#C96E59

Color #C96E59 Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #C96E59

Tints of Japonica #C96E59

Color information

#C96E59 (or 0xC96E59) is unknown color: approx Japonica. HEX triplet: C9, 6E and 59. RGB value is (201,110,89). Sum of RGB (Red+Green+Blue) = 201+110+89=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C96E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96E59 is #3691A6. Grayscale: #868686. Windows color (decimal): -3576231 or 5861065. OLE color: 5861065.

HSL color Cylindrical-coordinate representation of color #C96E59: hue angle of 11.25º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C96E59 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20111089-
CMYK00.450.560.21
HSL11.25º50.91%56.86%-
HSV(B)11.25º55.72%78.82%-
XYZ31.4724.2912.48-
YUV134.82102.15175.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 50.25%
GREEN value IS 110 (43.36% from 255) = 27.5%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=50.25%
G=27.5%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011108900.450.560.2111.2550.9156.86
HexC96E5902D3815b3339
Octal3111561310557025136371
Binary11001001110111010110010101101111000101011011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96E59; }

 p { color: rgb(201,110,89); }

 H1.HeaderClassName
 {
   color: #C96E59;
 }
 .AnyTagClassName
 {
   color: #C96E59;
 }
</style>
background-color css

<style>
 a { background-color: #C96E59; }

 a { background-color: rgb(201,110,89); }

 div.DivClassName
 {
   background-color: #C96E59;
 }
 .BgClassName
 {
   background-color: #C96E59;
 }
</style>
border-color css

<style>
 span { border-color: #C96E59; }

 span { border-color: rgb(201,110,89); }

 td.TdClassName
 {
   border-color: #C96E59;
 }
 .TagClassName
 {
   border-color: #C96E59;
 }
</style>