Shades of Japonica #CC7559
Tints of Japonica #CC7559
RGB
CMYK
RGB Variations
Color information
#CC7559 (or 0xCC7559) is known color: Japonica. HEX triplet: CC, 75 and 59. RGB value is (204,117,89). Sum of RGB (Red+Green+Blue) = 204+117+89=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7559 is #338AA6. Grayscale: #8C8C8C. Windows color (decimal): -3377831 or 5862860. OLE color: 5862860.
HSL color Cylindrical-coordinate representation of color #CC7559: hue angle of 14.61º 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 #CC7559 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 89 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.2 |
| HSL | 14.61º | 0.53% | 0.57% | - |
| HSV(B) | 14.61º | 0.56% | 0.8% | - |
| XYZ | 33.07 | 26.28 | 12.78 | - |
| YUV | 139.82 | 99.32 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 89 | 0 | 0.43 | 0.56 | 0.2 | 14.61 | 0.53 | 0.57 |
| Hex | CC | 75 | 59 | 0 | 2B | 38 | 14 | F | 35 | 39 |
| Octal | 314 | 165 | 131 | 0 | 53 | 70 | 24 | 17 | 65 | 71 |
| Binary | 11001100 | 1110101 | 1011001 | 0 | 101011 | 111000 | 10100 | 1111 | 110101 | 111001 |
Color Harmonies of #CC7559
Complementary color
Monochromatic Colors of #CC7559
Black with #CC7559
Text Example
Text Example
White with #CC7559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7559; }
p { color: rgb(204,117,89); }
H1.HeaderClassName
{
color: #CC7559;
}
.AnyTagClassName
{
color: #CC7559;
}
</style>
background-color css
<style>
a { background-color: #CC7559; }
a { background-color: rgb(204,117,89); }
div.DivClassName
{
background-color: #CC7559;
}
.BgClassName
{
background-color: #CC7559;
}
</style>
border-color css
<style>
span { border-color: #CC7559; }
span { border-color: rgb(204,117,89); }
td.TdClassName
{
border-color: #CC7559;
}
.TagClassName
{
border-color: #CC7559;
}
</style>