Shades of Japonica #C96D59
Tints of Japonica #C96D59
RGB
CMYK
RGB Variations
Color information
#C96D59 (or 0xC96D59) is known color: 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
| RGB | 201 | 109 | 89 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.21 |
| HSL | 10.71º | 0.51% | 0.57% | - |
| HSV(B) | 10.71º | 0.56% | 0.79% | - |
| XYZ | 31.36 | 24.08 | 12.45 | - |
| YUV | 134.23 | 102.48 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 89 | 0 | 0.46 | 0.56 | 0.21 | 10.71 | 0.51 | 0.57 |
| Hex | C9 | 6D | 59 | 0 | 2E | 38 | 15 | B | 33 | 39 |
| Octal | 311 | 155 | 131 | 0 | 56 | 70 | 25 | 13 | 63 | 71 |
| Binary | 11001001 | 1101101 | 1011001 | 0 | 101110 | 111000 | 10101 | 1011 | 110011 | 111001 |
Color Harmonies of #C96D59
Complementary color
Monochromatic Colors of #C96D59
Black with #C96D59
Text Example
Text Example
White with #C96D59
Text Example
Text Example
HTML Codes & Css Web 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>