Shades of Japonica #CC6E5F
Tints of Japonica #CC6E5F
RGB
CMYK
RGB Variations
Color information
#CC6E5F (or 0xCC6E5F) is known color: Japonica. HEX triplet: CC, 6E and 5F. RGB value is (204,110,95). Sum of RGB (Red+Green+Blue) = 204+110+95=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E5F is #3391A0. Grayscale: #888888. Windows color (decimal): -3379617 or 6254284. OLE color: 6254284.
HSL color Cylindrical-coordinate representation of color #CC6E5F: hue angle of 8.26º degrees, saturation: 0.52, 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 #CC6E5F is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 95 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.2 |
| HSL | 8.26º | 0.52% | 0.59% | - |
| HSV(B) | 8.26º | 0.53% | 0.8% | - |
| XYZ | 32.54 | 24.82 | 13.9 | - |
| YUV | 136.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 95 | 0 | 0.46 | 0.53 | 0.2 | 8.26 | 0.52 | 0.59 |
| Hex | CC | 6E | 5F | 0 | 2E | 35 | 14 | 8 | 34 | 3B |
| Octal | 314 | 156 | 137 | 0 | 56 | 65 | 24 | 10 | 64 | 73 |
| Binary | 11001100 | 1101110 | 1011111 | 0 | 101110 | 110101 | 10100 | 1000 | 110100 | 111011 |
Color Harmonies of #CC6E5F
Complementary color
Monochromatic Colors of #CC6E5F
Black with #CC6E5F
Text Example
Text Example
White with #CC6E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E5F; }
p { color: rgb(204,110,95); }
H1.HeaderClassName
{
color: #CC6E5F;
}
.AnyTagClassName
{
color: #CC6E5F;
}
</style>
background-color css
<style>
a { background-color: #CC6E5F; }
a { background-color: rgb(204,110,95); }
div.DivClassName
{
background-color: #CC6E5F;
}
.BgClassName
{
background-color: #CC6E5F;
}
</style>
border-color css
<style>
span { border-color: #CC6E5F; }
span { border-color: rgb(204,110,95); }
td.TdClassName
{
border-color: #CC6E5F;
}
.TagClassName
{
border-color: #CC6E5F;
}
</style>