Shades of Japonica #C96F55
Tints of Japonica #C96F55
RGB
CMYK
RGB Variations
Color information
#C96F55 (or 0xC96F55) is known color: Japonica. HEX triplet: C9, 6F and 55. RGB value is (201,111,85). Sum of RGB (Red+Green+Blue) = 201+111+85=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F55 is #3690AA. Grayscale: #878787. Windows color (decimal): -3575979 or 5599177. OLE color: 5599177.
HSL color Cylindrical-coordinate representation of color #C96F55: hue angle of 13.45º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C96F55 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 85 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.21 |
| HSL | 13.45º | 0.52% | 0.56% | - |
| HSV(B) | 13.45º | 0.58% | 0.79% | - |
| XYZ | 31.41 | 24.44 | 11.66 | - |
| YUV | 134.95 | 99.82 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 85 | 0 | 0.45 | 0.58 | 0.21 | 13.45 | 0.52 | 0.56 |
| Hex | C9 | 6F | 55 | 0 | 2D | 3A | 15 | D | 34 | 38 |
| Octal | 311 | 157 | 125 | 0 | 55 | 72 | 25 | 15 | 64 | 70 |
| Binary | 11001001 | 1101111 | 1010101 | 0 | 101101 | 111010 | 10101 | 1101 | 110100 | 111000 |
Color Harmonies of #C96F55
Complementary color
Monochromatic Colors of #C96F55
Black with #C96F55
Text Example
Text Example
White with #C96F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F55; }
p { color: rgb(201,111,85); }
H1.HeaderClassName
{
color: #C96F55;
}
.AnyTagClassName
{
color: #C96F55;
}
</style>
background-color css
<style>
a { background-color: #C96F55; }
a { background-color: rgb(201,111,85); }
div.DivClassName
{
background-color: #C96F55;
}
.BgClassName
{
background-color: #C96F55;
}
</style>
border-color css
<style>
span { border-color: #C96F55; }
span { border-color: rgb(201,111,85); }
td.TdClassName
{
border-color: #C96F55;
}
.TagClassName
{
border-color: #C96F55;
}
</style>