Shades of Japonica #CC6E56
Tints of Japonica #CC6E56
RGB
CMYK
RGB Variations
Color information
#CC6E56 (or 0xCC6E56) is known color: Japonica. HEX triplet: CC, 6E and 56. RGB value is (204,110,86). Sum of RGB (Red+Green+Blue) = 204+110+86=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E56 is #3391A9. Grayscale: #878787. Windows color (decimal): -3379626 or 5664460. OLE color: 5664460.
HSL color Cylindrical-coordinate representation of color #CC6E56: hue angle of 12.2º 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 #CC6E56 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 86 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.2 |
| HSL | 12.2º | 0.54% | 0.57% | - |
| HSV(B) | 12.2º | 0.58% | 0.8% | - |
| XYZ | 32.16 | 24.66 | 11.87 | - |
| YUV | 135.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 86 | 0 | 0.46 | 0.58 | 0.2 | 12.2 | 0.54 | 0.57 |
| Hex | CC | 6E | 56 | 0 | 2E | 3A | 14 | C | 36 | 39 |
| Octal | 314 | 156 | 126 | 0 | 56 | 72 | 24 | 14 | 66 | 71 |
| Binary | 11001100 | 1101110 | 1010110 | 0 | 101110 | 111010 | 10100 | 1100 | 110110 | 111001 |
Color Harmonies of #CC6E56
Complementary color
Monochromatic Colors of #CC6E56
Black with #CC6E56
Text Example
Text Example
White with #CC6E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E56; }
p { color: rgb(204,110,86); }
H1.HeaderClassName
{
color: #CC6E56;
}
.AnyTagClassName
{
color: #CC6E56;
}
</style>
background-color css
<style>
a { background-color: #CC6E56; }
a { background-color: rgb(204,110,86); }
div.DivClassName
{
background-color: #CC6E56;
}
.BgClassName
{
background-color: #CC6E56;
}
</style>
border-color css
<style>
span { border-color: #CC6E56; }
span { border-color: rgb(204,110,86); }
td.TdClassName
{
border-color: #CC6E56;
}
.TagClassName
{
border-color: #CC6E56;
}
</style>