Shades of Japonica #CC7867
Tints of Japonica #CC7867
RGB
CMYK
RGB Variations
Color information
#CC7867 (or 0xCC7867) is known color: Japonica. HEX triplet: CC, 78 and 67. RGB value is (204,120,103). Sum of RGB (Red+Green+Blue) = 204+120+103=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7867 is #338798. Grayscale: #8F8F8F. Windows color (decimal): -3377049 or 6781132. OLE color: 6781132.
HSL color Cylindrical-coordinate representation of color #CC7867: hue angle of 10.1º 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 #CC7867 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 103 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.2 |
| HSL | 10.1º | 0.5% | 0.6% | - |
| HSV(B) | 10.1º | 0.5% | 0.8% | - |
| XYZ | 34.07 | 27.25 | 16.3 | - |
| YUV | 143.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 103 | 0 | 0.41 | 0.50 | 0.2 | 10.1 | 0.5 | 0.6 |
| Hex | CC | 78 | 67 | 0 | 29 | 32 | 14 | A | 32 | 3C |
| Octal | 314 | 170 | 147 | 0 | 51 | 62 | 24 | 12 | 62 | 74 |
| Binary | 11001100 | 1111000 | 1100111 | 0 | 101001 | 110010 | 10100 | 1010 | 110010 | 111100 |
Color Harmonies of #CC7867
Complementary color
Monochromatic Colors of #CC7867
Black with #CC7867
Text Example
Text Example
White with #CC7867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7867; }
p { color: rgb(204,120,103); }
H1.HeaderClassName
{
color: #CC7867;
}
.AnyTagClassName
{
color: #CC7867;
}
</style>
background-color css
<style>
a { background-color: #CC7867; }
a { background-color: rgb(204,120,103); }
div.DivClassName
{
background-color: #CC7867;
}
.BgClassName
{
background-color: #CC7867;
}
</style>
border-color css
<style>
span { border-color: #CC7867; }
span { border-color: rgb(204,120,103); }
td.TdClassName
{
border-color: #CC7867;
}
.TagClassName
{
border-color: #CC7867;
}
</style>