Shades of Japonica #C96F56
Tints of Japonica #C96F56
RGB
CMYK
RGB Variations
Color information
#C96F56 (or 0xC96F56) is known color: Japonica. HEX triplet: C9, 6F and 56. RGB value is (201,111,86). Sum of RGB (Red+Green+Blue) = 201+111+86=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F56 is #3690A9. Grayscale: #878787. Windows color (decimal): -3575978 or 5664713. OLE color: 5664713.
HSL color Cylindrical-coordinate representation of color #C96F56: hue angle of 13.04º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96F56 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 86 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.21 |
| HSL | 13.04º | 0.52% | 0.56% | - |
| HSV(B) | 13.04º | 0.57% | 0.79% | - |
| XYZ | 31.45 | 24.46 | 11.87 | - |
| YUV | 135.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 86 | 0 | 0.45 | 0.57 | 0.21 | 13.04 | 0.52 | 0.56 |
| Hex | C9 | 6F | 56 | 0 | 2D | 39 | 15 | D | 34 | 38 |
| Octal | 311 | 157 | 126 | 0 | 55 | 71 | 25 | 15 | 64 | 70 |
| Binary | 11001001 | 1101111 | 1010110 | 0 | 101101 | 111001 | 10101 | 1101 | 110100 | 111000 |
Color Harmonies of #C96F56
Complementary color
Monochromatic Colors of #C96F56
Black with #C96F56
Text Example
Text Example
White with #C96F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F56; }
p { color: rgb(201,111,86); }
H1.HeaderClassName
{
color: #C96F56;
}
.AnyTagClassName
{
color: #C96F56;
}
</style>
background-color css
<style>
a { background-color: #C96F56; }
a { background-color: rgb(201,111,86); }
div.DivClassName
{
background-color: #C96F56;
}
.BgClassName
{
background-color: #C96F56;
}
</style>
border-color css
<style>
span { border-color: #C96F56; }
span { border-color: rgb(201,111,86); }
td.TdClassName
{
border-color: #C96F56;
}
.TagClassName
{
border-color: #C96F56;
}
</style>