Shades of Japonica #CC6F59
Tints of Japonica #CC6F59
RGB
CMYK
RGB Variations
Color information
#CC6F59 (or 0xCC6F59) is known color: Japonica. HEX triplet: CC, 6F and 59. RGB value is (204,111,89). Sum of RGB (Red+Green+Blue) = 204+111+89=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F59 is #3390A6. Grayscale: #888888. Windows color (decimal): -3379367 or 5861324. OLE color: 5861324.
HSL color Cylindrical-coordinate representation of color #CC6F59: hue angle of 11.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6F59 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 89 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.2 |
| HSL | 11.48º | 0.53% | 0.57% | - |
| HSV(B) | 11.48º | 0.56% | 0.8% | - |
| XYZ | 32.39 | 24.93 | 12.56 | - |
| YUV | 136.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 89 | 0 | 0.46 | 0.56 | 0.2 | 11.48 | 0.53 | 0.57 |
| Hex | CC | 6F | 59 | 0 | 2E | 38 | 14 | B | 35 | 39 |
| Octal | 314 | 157 | 131 | 0 | 56 | 70 | 24 | 13 | 65 | 71 |
| Binary | 11001100 | 1101111 | 1011001 | 0 | 101110 | 111000 | 10100 | 1011 | 110101 | 111001 |
Color Harmonies of #CC6F59
Complementary color
Monochromatic Colors of #CC6F59
Black with #CC6F59
Text Example
Text Example
White with #CC6F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F59; }
p { color: rgb(204,111,89); }
H1.HeaderClassName
{
color: #CC6F59;
}
.AnyTagClassName
{
color: #CC6F59;
}
</style>
background-color css
<style>
a { background-color: #CC6F59; }
a { background-color: rgb(204,111,89); }
div.DivClassName
{
background-color: #CC6F59;
}
.BgClassName
{
background-color: #CC6F59;
}
</style>
border-color css
<style>
span { border-color: #CC6F59; }
span { border-color: rgb(204,111,89); }
td.TdClassName
{
border-color: #CC6F59;
}
.TagClassName
{
border-color: #CC6F59;
}
</style>