Shades of Japonica #C57459
Tints of Japonica #C57459
RGB
CMYK
RGB Variations
Color information
#C57459 (or 0xC57459) is known color: Japonica. HEX triplet: C5, 74 and 59. RGB value is (197,116,89). Sum of RGB (Red+Green+Blue) = 197+116+89=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C57459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57459 is #3A8BA6. Grayscale: #898989. Windows color (decimal): -3836839 or 5862597. OLE color: 5862597.
HSL color Cylindrical-coordinate representation of color #C57459: hue angle of 15º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C57459 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 89 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.23 |
| HSL | 15º | 0.48% | 0.56% | - |
| HSV(B) | 15º | 0.55% | 0.77% | - |
| XYZ | 31.07 | 25.08 | 12.65 | - |
| YUV | 137.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 89 | 0 | 0.41 | 0.55 | 0.23 | 15 | 0.48 | 0.56 |
| Hex | C5 | 74 | 59 | 0 | 29 | 37 | 17 | F | 30 | 38 |
| Octal | 305 | 164 | 131 | 0 | 51 | 67 | 27 | 17 | 60 | 70 |
| Binary | 11000101 | 1110100 | 1011001 | 0 | 101001 | 110111 | 10111 | 1111 | 110000 | 111000 |
Color Harmonies of #C57459
Complementary color
Monochromatic Colors of #C57459
Black with #C57459
Text Example
Text Example
White with #C57459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57459; }
p { color: rgb(197,116,89); }
H1.HeaderClassName
{
color: #C57459;
}
.AnyTagClassName
{
color: #C57459;
}
</style>
background-color css
<style>
a { background-color: #C57459; }
a { background-color: rgb(197,116,89); }
div.DivClassName
{
background-color: #C57459;
}
.BgClassName
{
background-color: #C57459;
}
</style>
border-color css
<style>
span { border-color: #C57459; }
span { border-color: rgb(197,116,89); }
td.TdClassName
{
border-color: #C57459;
}
.TagClassName
{
border-color: #C57459;
}
</style>