Shades of Japonica #CC6E55
Tints of Japonica #CC6E55
RGB
CMYK
RGB Variations
Color information
#CC6E55 (or 0xCC6E55) is known color: Japonica. HEX triplet: CC, 6E and 55. RGB value is (204,110,85). Sum of RGB (Red+Green+Blue) = 204+110+85=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E55 is #3391AA. Grayscale: #878787. Windows color (decimal): -3379627 or 5598924. OLE color: 5598924.
HSL color Cylindrical-coordinate representation of color #CC6E55: hue angle of 12.61º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6E55 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 85 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.2 |
| HSL | 12.61º | 0.54% | 0.57% | - |
| HSV(B) | 12.61º | 0.58% | 0.8% | - |
| XYZ | 32.12 | 24.65 | 11.66 | - |
| YUV | 135.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 85 | 0 | 0.46 | 0.58 | 0.2 | 12.61 | 0.54 | 0.57 |
| Hex | CC | 6E | 55 | 0 | 2E | 3A | 14 | D | 36 | 39 |
| Octal | 314 | 156 | 125 | 0 | 56 | 72 | 24 | 15 | 66 | 71 |
| Binary | 11001100 | 1101110 | 1010101 | 0 | 101110 | 111010 | 10100 | 1101 | 110110 | 111001 |
Color Harmonies of #CC6E55
Complementary color
Monochromatic Colors of #CC6E55
Black with #CC6E55
Text Example
Text Example
White with #CC6E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E55; }
p { color: rgb(204,110,85); }
H1.HeaderClassName
{
color: #CC6E55;
}
.AnyTagClassName
{
color: #CC6E55;
}
</style>
background-color css
<style>
a { background-color: #CC6E55; }
a { background-color: rgb(204,110,85); }
div.DivClassName
{
background-color: #CC6E55;
}
.BgClassName
{
background-color: #CC6E55;
}
</style>
border-color css
<style>
span { border-color: #CC6E55; }
span { border-color: rgb(204,110,85); }
td.TdClassName
{
border-color: #CC6E55;
}
.TagClassName
{
border-color: #CC6E55;
}
</style>