Shades of Japonica #CC6B57
Tints of Japonica #CC6B57
RGB
CMYK
RGB Variations
Color information
#CC6B57 (or 0xCC6B57) is known color: Japonica. HEX triplet: CC, 6B and 57. RGB value is (204,107,87). Sum of RGB (Red+Green+Blue) = 204+107+87=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B57 is #3394A8. Grayscale: #858585. Windows color (decimal): -3380393 or 5729228. OLE color: 5729228.
HSL color Cylindrical-coordinate representation of color #CC6B57: hue angle of 10.26º 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 #CC6B57 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 87 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.2 |
| HSL | 10.26º | 0.53% | 0.57% | - |
| HSV(B) | 10.26º | 0.57% | 0.8% | - |
| XYZ | 31.88 | 24.04 | 11.98 | - |
| YUV | 133.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 87 | 0 | 0.48 | 0.57 | 0.2 | 10.26 | 0.53 | 0.57 |
| Hex | CC | 6B | 57 | 0 | 30 | 39 | 14 | A | 35 | 39 |
| Octal | 314 | 153 | 127 | 0 | 60 | 71 | 24 | 12 | 65 | 71 |
| Binary | 11001100 | 1101011 | 1010111 | 0 | 110000 | 111001 | 10100 | 1010 | 110101 | 111001 |
Color Harmonies of #CC6B57
Complementary color
Monochromatic Colors of #CC6B57
Black with #CC6B57
Text Example
Text Example
White with #CC6B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B57; }
p { color: rgb(204,107,87); }
H1.HeaderClassName
{
color: #CC6B57;
}
.AnyTagClassName
{
color: #CC6B57;
}
</style>
background-color css
<style>
a { background-color: #CC6B57; }
a { background-color: rgb(204,107,87); }
div.DivClassName
{
background-color: #CC6B57;
}
.BgClassName
{
background-color: #CC6B57;
}
</style>
border-color css
<style>
span { border-color: #CC6B57; }
span { border-color: rgb(204,107,87); }
td.TdClassName
{
border-color: #CC6B57;
}
.TagClassName
{
border-color: #CC6B57;
}
</style>