Shades of Japonica #C46E54
Tints of Japonica #C46E54
RGB
CMYK
RGB Variations
Color information
#C46E54 (or 0xC46E54) is known color: Japonica. HEX triplet: C4, 6E and 54. RGB value is (196,110,84). Sum of RGB (Red+Green+Blue) = 196+110+84=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46E54 is #3B91AB. Grayscale: #848484. Windows color (decimal): -3903916 or 5533380. OLE color: 5533380.
HSL color Cylindrical-coordinate representation of color #C46E54: hue angle of 13.93º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C46E54 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 84 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.23 |
| HSL | 13.93º | 0.49% | 0.55% | - |
| HSV(B) | 13.93º | 0.57% | 0.77% | - |
| XYZ | 29.94 | 23.53 | 11.35 | - |
| YUV | 132.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 84 | 0 | 0.44 | 0.57 | 0.23 | 13.93 | 0.49 | 0.55 |
| Hex | C4 | 6E | 54 | 0 | 2C | 39 | 17 | E | 31 | 37 |
| Octal | 304 | 156 | 124 | 0 | 54 | 71 | 27 | 16 | 61 | 67 |
| Binary | 11000100 | 1101110 | 1010100 | 0 | 101100 | 111001 | 10111 | 1110 | 110001 | 110111 |
Color Harmonies of #C46E54
Complementary color
Monochromatic Colors of #C46E54
Black with #C46E54
Text Example
Text Example
White with #C46E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E54; }
p { color: rgb(196,110,84); }
H1.HeaderClassName
{
color: #C46E54;
}
.AnyTagClassName
{
color: #C46E54;
}
</style>
background-color css
<style>
a { background-color: #C46E54; }
a { background-color: rgb(196,110,84); }
div.DivClassName
{
background-color: #C46E54;
}
.BgClassName
{
background-color: #C46E54;
}
</style>
border-color css
<style>
span { border-color: #C46E54; }
span { border-color: rgb(196,110,84); }
td.TdClassName
{
border-color: #C46E54;
}
.TagClassName
{
border-color: #C46E54;
}
</style>