Shades of Japonica #C46E59
Tints of Japonica #C46E59
RGB
CMYK
RGB Variations
Color information
#C46E59 (or 0xC46E59) is known color: Japonica. HEX triplet: C4, 6E and 59. RGB value is (196,110,89). Sum of RGB (Red+Green+Blue) = 196+110+89=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E59 is #3B91A6. Grayscale: #858585. Windows color (decimal): -3903911 or 5861060. OLE color: 5861060.
HSL color Cylindrical-coordinate representation of color #C46E59: hue angle of 11.78º 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 #C46E59 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 89 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.23 |
| HSL | 11.78º | 0.48% | 0.56% | - |
| HSV(B) | 11.78º | 0.55% | 0.77% | - |
| XYZ | 30.14 | 23.61 | 12.42 | - |
| YUV | 133.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 89 | 0 | 0.44 | 0.55 | 0.23 | 11.78 | 0.48 | 0.56 |
| Hex | C4 | 6E | 59 | 0 | 2C | 37 | 17 | C | 30 | 38 |
| Octal | 304 | 156 | 131 | 0 | 54 | 67 | 27 | 14 | 60 | 70 |
| Binary | 11000100 | 1101110 | 1011001 | 0 | 101100 | 110111 | 10111 | 1100 | 110000 | 111000 |
Color Harmonies of #C46E59
Complementary color
Monochromatic Colors of #C46E59
Black with #C46E59
Text Example
Text Example
White with #C46E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E59; }
p { color: rgb(196,110,89); }
H1.HeaderClassName
{
color: #C46E59;
}
.AnyTagClassName
{
color: #C46E59;
}
</style>
background-color css
<style>
a { background-color: #C46E59; }
a { background-color: rgb(196,110,89); }
div.DivClassName
{
background-color: #C46E59;
}
.BgClassName
{
background-color: #C46E59;
}
</style>
border-color css
<style>
span { border-color: #C46E59; }
span { border-color: rgb(196,110,89); }
td.TdClassName
{
border-color: #C46E59;
}
.TagClassName
{
border-color: #C46E59;
}
</style>