Shades of Japonica #CC7959
Tints of Japonica #CC7959
RGB
CMYK
RGB Variations
Color information
#CC7959 (or 0xCC7959) is known color: Japonica. HEX triplet: CC, 79 and 59. RGB value is (204,121,89). Sum of RGB (Red+Green+Blue) = 204+121+89=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7959 is #3386A6. Grayscale: #8E8E8E. Windows color (decimal): -3376807 or 5863884. OLE color: 5863884.
HSL color Cylindrical-coordinate representation of color #CC7959: hue angle of 16.7º 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 #CC7959 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 89 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.2 |
| HSL | 16.7º | 0.53% | 0.57% | - |
| HSV(B) | 16.7º | 0.56% | 0.8% | - |
| XYZ | 33.54 | 27.23 | 12.94 | - |
| YUV | 142.17 | 98 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 89 | 0 | 0.41 | 0.56 | 0.2 | 16.7 | 0.53 | 0.57 |
| Hex | CC | 79 | 59 | 0 | 29 | 38 | 14 | 11 | 35 | 39 |
| Octal | 314 | 171 | 131 | 0 | 51 | 70 | 24 | 21 | 65 | 71 |
| Binary | 11001100 | 1111001 | 1011001 | 0 | 101001 | 111000 | 10100 | 10001 | 110101 | 111001 |
Color Harmonies of #CC7959
Complementary color
Monochromatic Colors of #CC7959
Black with #CC7959
Text Example
Text Example
White with #CC7959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7959; }
p { color: rgb(204,121,89); }
H1.HeaderClassName
{
color: #CC7959;
}
.AnyTagClassName
{
color: #CC7959;
}
</style>
background-color css
<style>
a { background-color: #CC7959; }
a { background-color: rgb(204,121,89); }
div.DivClassName
{
background-color: #CC7959;
}
.BgClassName
{
background-color: #CC7959;
}
</style>
border-color css
<style>
span { border-color: #CC7959; }
span { border-color: rgb(204,121,89); }
td.TdClassName
{
border-color: #CC7959;
}
.TagClassName
{
border-color: #CC7959;
}
</style>