#C96D59

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

Shades of Japonica #C96D59

Tints of Japonica #C96D59

Color information

#C96D59 (or 0xC96D59) is unknown color: approx Japonica. HEX triplet: C9, 6D and 59. RGB value is (201,109,89). Sum of RGB (Red+Green+Blue) = 201+109+89=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D59 is #3692A6. Grayscale: #868686. Windows color (decimal): -3576487 or 5860809. OLE color: 5860809.

HSL color Cylindrical-coordinate representation of color #C96D59: hue angle of 10.71º 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 #C96D59 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20110989-
CMYK00.460.560.21
HSL10.71º50.91%56.86%-
HSV(B)10.71º55.72%78.82%-
XYZ31.3624.0812.45-
YUV134.23102.48175.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 89 (35.16% from 255) = 22.31%
R=50.38%
G=27.32%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011098900.460.560.2110.7150.9156.86
HexC96D5902E3815b3339
Octal3111551310567025136371
Binary11001001110110110110010101110111000101011011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96D59; }

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

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

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

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

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

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

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

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