Shades of Japonica #C96A56
Tints of Japonica #C96A56
RGB
CMYK
RGB Variations
Color information
#C96A56 (or 0xC96A56) is known color: Japonica. HEX triplet: C9, 6A and 56. RGB value is (201,106,86). Sum of RGB (Red+Green+Blue) = 201+106+86=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96A56 is #3695A9. Grayscale: #848484. Windows color (decimal): -3577258 or 5663433. OLE color: 5663433.
HSL color Cylindrical-coordinate representation of color #C96A56: hue angle of 10.43º 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 #C96A56 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 86 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.21 |
| HSL | 10.43º | 0.52% | 0.56% | - |
| HSV(B) | 10.43º | 0.57% | 0.79% | - |
| XYZ | 30.92 | 23.4 | 11.69 | - |
| YUV | 132.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 86 | 0 | 0.47 | 0.57 | 0.21 | 10.43 | 0.52 | 0.56 |
| Hex | C9 | 6A | 56 | 0 | 2F | 39 | 15 | A | 34 | 38 |
| Octal | 311 | 152 | 126 | 0 | 57 | 71 | 25 | 12 | 64 | 70 |
| Binary | 11001001 | 1101010 | 1010110 | 0 | 101111 | 111001 | 10101 | 1010 | 110100 | 111000 |
Color Harmonies of #C96A56
Complementary color
Monochromatic Colors of #C96A56
Black with #C96A56
Text Example
Text Example
White with #C96A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A56; }
p { color: rgb(201,106,86); }
H1.HeaderClassName
{
color: #C96A56;
}
.AnyTagClassName
{
color: #C96A56;
}
</style>
background-color css
<style>
a { background-color: #C96A56; }
a { background-color: rgb(201,106,86); }
div.DivClassName
{
background-color: #C96A56;
}
.BgClassName
{
background-color: #C96A56;
}
</style>
border-color css
<style>
span { border-color: #C96A56; }
span { border-color: rgb(201,106,86); }
td.TdClassName
{
border-color: #C96A56;
}
.TagClassName
{
border-color: #C96A56;
}
</style>