Shades of Japonica #CC7866
Tints of Japonica #CC7866
RGB
CMYK
RGB Variations
Color information
#CC7866 (or 0xCC7866) is known color: Japonica. HEX triplet: CC, 78 and 66. RGB value is (204,120,102). Sum of RGB (Red+Green+Blue) = 204+120+102=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7866 is #338799. Grayscale: #8F8F8F. Windows color (decimal): -3377050 or 6715596. OLE color: 6715596.
HSL color Cylindrical-coordinate representation of color #CC7866: hue angle of 10.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7866 is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 102 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.2 |
| HSL | 10.59º | 0.5% | 0.6% | - |
| HSV(B) | 10.59º | 0.5% | 0.8% | - |
| XYZ | 34.02 | 27.23 | 16.03 | - |
| YUV | 143.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 102 | 0 | 0.41 | 0.5 | 0.2 | 10.59 | 0.5 | 0.6 |
| Hex | CC | 78 | 66 | 0 | 29 | 32 | 14 | B | 32 | 3C |
| Octal | 314 | 170 | 146 | 0 | 51 | 62 | 24 | 13 | 62 | 74 |
| Binary | 11001100 | 1111000 | 1100110 | 0 | 101001 | 110010 | 10100 | 1011 | 110010 | 111100 |
Color Harmonies of #CC7866
Complementary color
Monochromatic Colors of #CC7866
Black with #CC7866
Text Example
Text Example
White with #CC7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7866; }
p { color: rgb(204,120,102); }
H1.HeaderClassName
{
color: #CC7866;
}
.AnyTagClassName
{
color: #CC7866;
}
</style>
background-color css
<style>
a { background-color: #CC7866; }
a { background-color: rgb(204,120,102); }
div.DivClassName
{
background-color: #CC7866;
}
.BgClassName
{
background-color: #CC7866;
}
</style>
border-color css
<style>
span { border-color: #CC7866; }
span { border-color: rgb(204,120,102); }
td.TdClassName
{
border-color: #CC7866;
}
.TagClassName
{
border-color: #CC7866;
}
</style>