Shades of Japonica #C47459
Tints of Japonica #C47459
RGB
CMYK
RGB Variations
Color information
#C47459 (or 0xC47459) is known color: Japonica. HEX triplet: C4, 74 and 59. RGB value is (196,116,89). Sum of RGB (Red+Green+Blue) = 196+116+89=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C47459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47459 is #3B8BA6. Grayscale: #898989. Windows color (decimal): -3902375 or 5862596. OLE color: 5862596.
HSL color Cylindrical-coordinate representation of color #C47459: hue angle of 15.14º 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 #C47459 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 89 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.23 |
| HSL | 15.14º | 0.48% | 0.56% | - |
| HSV(B) | 15.14º | 0.55% | 0.77% | - |
| XYZ | 30.81 | 24.95 | 12.64 | - |
| YUV | 136.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 89 | 0 | 0.41 | 0.55 | 0.23 | 15.14 | 0.48 | 0.56 |
| Hex | C4 | 74 | 59 | 0 | 29 | 37 | 17 | F | 30 | 38 |
| Octal | 304 | 164 | 131 | 0 | 51 | 67 | 27 | 17 | 60 | 70 |
| Binary | 11000100 | 1110100 | 1011001 | 0 | 101001 | 110111 | 10111 | 1111 | 110000 | 111000 |
Color Harmonies of #C47459
Complementary color
Monochromatic Colors of #C47459
Black with #C47459
Text Example
Text Example
White with #C47459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47459; }
p { color: rgb(196,116,89); }
H1.HeaderClassName
{
color: #C47459;
}
.AnyTagClassName
{
color: #C47459;
}
</style>
background-color css
<style>
a { background-color: #C47459; }
a { background-color: rgb(196,116,89); }
div.DivClassName
{
background-color: #C47459;
}
.BgClassName
{
background-color: #C47459;
}
</style>
border-color css
<style>
span { border-color: #C47459; }
span { border-color: rgb(196,116,89); }
td.TdClassName
{
border-color: #C47459;
}
.TagClassName
{
border-color: #C47459;
}
</style>