Shades of Japonica #CC7459
Tints of Japonica #CC7459
RGB
CMYK
RGB Variations
Color information
#CC7459 (or 0xCC7459) is known color: Japonica. HEX triplet: CC, 74 and 59. RGB value is (204,116,89). Sum of RGB (Red+Green+Blue) = 204+116+89=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7459 is #338BA6. Grayscale: #8B8B8B. Windows color (decimal): -3378087 or 5862604. OLE color: 5862604.
HSL color Cylindrical-coordinate representation of color #CC7459: hue angle of 14.09º 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 #CC7459 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 89 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.2 |
| HSL | 14.09º | 0.53% | 0.57% | - |
| HSV(B) | 14.09º | 0.56% | 0.8% | - |
| XYZ | 32.95 | 26.05 | 12.74 | - |
| YUV | 139.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 89 | 0 | 0.43 | 0.56 | 0.2 | 14.09 | 0.53 | 0.57 |
| Hex | CC | 74 | 59 | 0 | 2B | 38 | 14 | E | 35 | 39 |
| Octal | 314 | 164 | 131 | 0 | 53 | 70 | 24 | 16 | 65 | 71 |
| Binary | 11001100 | 1110100 | 1011001 | 0 | 101011 | 111000 | 10100 | 1110 | 110101 | 111001 |
Color Harmonies of #CC7459
Complementary color
Monochromatic Colors of #CC7459
Black with #CC7459
Text Example
Text Example
White with #CC7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7459; }
p { color: rgb(204,116,89); }
H1.HeaderClassName
{
color: #CC7459;
}
.AnyTagClassName
{
color: #CC7459;
}
</style>
background-color css
<style>
a { background-color: #CC7459; }
a { background-color: rgb(204,116,89); }
div.DivClassName
{
background-color: #CC7459;
}
.BgClassName
{
background-color: #CC7459;
}
</style>
border-color css
<style>
span { border-color: #CC7459; }
span { border-color: rgb(204,116,89); }
td.TdClassName
{
border-color: #CC7459;
}
.TagClassName
{
border-color: #CC7459;
}
</style>