Shades of Japonica #CC6D57
Tints of Japonica #CC6D57
RGB
CMYK
RGB Variations
Color information
#CC6D57 (or 0xCC6D57) is known color: Japonica. HEX triplet: CC, 6D and 57. RGB value is (204,109,87). Sum of RGB (Red+Green+Blue) = 204+109+87=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D57 is #3392A8. Grayscale: #878787. Windows color (decimal): -3379881 or 5729740. OLE color: 5729740.
HSL color Cylindrical-coordinate representation of color #CC6D57: hue angle of 11.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6D57 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 87 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.2 |
| HSL | 11.28º | 0.53% | 0.57% | - |
| HSV(B) | 11.28º | 0.57% | 0.8% | - |
| XYZ | 32.09 | 24.46 | 12.05 | - |
| YUV | 134.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 87 | 0 | 0.47 | 0.57 | 0.2 | 11.28 | 0.53 | 0.57 |
| Hex | CC | 6D | 57 | 0 | 2F | 39 | 14 | B | 35 | 39 |
| Octal | 314 | 155 | 127 | 0 | 57 | 71 | 24 | 13 | 65 | 71 |
| Binary | 11001100 | 1101101 | 1010111 | 0 | 101111 | 111001 | 10100 | 1011 | 110101 | 111001 |
Color Harmonies of #CC6D57
Complementary color
Monochromatic Colors of #CC6D57
Black with #CC6D57
Text Example
Text Example
White with #CC6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D57; }
p { color: rgb(204,109,87); }
H1.HeaderClassName
{
color: #CC6D57;
}
.AnyTagClassName
{
color: #CC6D57;
}
</style>
background-color css
<style>
a { background-color: #CC6D57; }
a { background-color: rgb(204,109,87); }
div.DivClassName
{
background-color: #CC6D57;
}
.BgClassName
{
background-color: #CC6D57;
}
</style>
border-color css
<style>
span { border-color: #CC6D57; }
span { border-color: rgb(204,109,87); }
td.TdClassName
{
border-color: #CC6D57;
}
.TagClassName
{
border-color: #CC6D57;
}
</style>