Shades of Japonica #CC7666
Tints of Japonica #CC7666
RGB
CMYK
RGB Variations
Color information
#CC7666 (or 0xCC7666) is known color: Japonica. HEX triplet: CC, 76 and 66. RGB value is (204,118,102). Sum of RGB (Red+Green+Blue) = 204+118+102=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7666 is #338999. Grayscale: #8E8E8E. Windows color (decimal): -3377562 or 6715084. OLE color: 6715084.
HSL color Cylindrical-coordinate representation of color #CC7666: hue angle of 9.41º 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 #CC7666 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 102 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.2 |
| HSL | 9.41º | 0.5% | 0.6% | - |
| HSV(B) | 9.41º | 0.5% | 0.8% | - |
| XYZ | 33.78 | 26.75 | 15.95 | - |
| YUV | 141.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 102 | 0 | 0.42 | 0.5 | 0.2 | 9.41 | 0.5 | 0.6 |
| Hex | CC | 76 | 66 | 0 | 2A | 32 | 14 | 9 | 32 | 3C |
| Octal | 314 | 166 | 146 | 0 | 52 | 62 | 24 | 11 | 62 | 74 |
| Binary | 11001100 | 1110110 | 1100110 | 0 | 101010 | 110010 | 10100 | 1001 | 110010 | 111100 |
Color Harmonies of #CC7666
Complementary color
Monochromatic Colors of #CC7666
Black with #CC7666
Text Example
Text Example
White with #CC7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7666; }
p { color: rgb(204,118,102); }
H1.HeaderClassName
{
color: #CC7666;
}
.AnyTagClassName
{
color: #CC7666;
}
</style>
background-color css
<style>
a { background-color: #CC7666; }
a { background-color: rgb(204,118,102); }
div.DivClassName
{
background-color: #CC7666;
}
.BgClassName
{
background-color: #CC7666;
}
</style>
border-color css
<style>
span { border-color: #CC7666; }
span { border-color: rgb(204,118,102); }
td.TdClassName
{
border-color: #CC7666;
}
.TagClassName
{
border-color: #CC7666;
}
</style>