Shades of Japonica #CC7860
Tints of Japonica #CC7860
RGB
CMYK
RGB Variations
Color information
#CC7860 (or 0xCC7860) is known color: Japonica. HEX triplet: CC, 78 and 60. RGB value is (204,120,96). Sum of RGB (Red+Green+Blue) = 204+120+96=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7860 is #33879F. Grayscale: #8E8E8E. Windows color (decimal): -3377056 or 6322380. OLE color: 6322380.
HSL color Cylindrical-coordinate representation of color #CC7860: hue angle of 13.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC7860 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 96 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.2 |
| HSL | 13.33º | 0.51% | 0.59% | - |
| HSV(B) | 13.33º | 0.53% | 0.8% | - |
| XYZ | 33.73 | 27.11 | 14.52 | - |
| YUV | 142.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 96 | 0 | 0.41 | 0.53 | 0.2 | 13.33 | 0.51 | 0.59 |
| Hex | CC | 78 | 60 | 0 | 29 | 35 | 14 | D | 33 | 3B |
| Octal | 314 | 170 | 140 | 0 | 51 | 65 | 24 | 15 | 63 | 73 |
| Binary | 11001100 | 1111000 | 1100000 | 0 | 101001 | 110101 | 10100 | 1101 | 110011 | 111011 |
Color Harmonies of #CC7860
Complementary color
Monochromatic Colors of #CC7860
Black with #CC7860
Text Example
Text Example
White with #CC7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7860; }
p { color: rgb(204,120,96); }
H1.HeaderClassName
{
color: #CC7860;
}
.AnyTagClassName
{
color: #CC7860;
}
</style>
background-color css
<style>
a { background-color: #CC7860; }
a { background-color: rgb(204,120,96); }
div.DivClassName
{
background-color: #CC7860;
}
.BgClassName
{
background-color: #CC7860;
}
</style>
border-color css
<style>
span { border-color: #CC7860; }
span { border-color: rgb(204,120,96); }
td.TdClassName
{
border-color: #CC7860;
}
.TagClassName
{
border-color: #CC7860;
}
</style>