Shades of Japonica #C46D54
Tints of Japonica #C46D54
RGB
CMYK
RGB Variations
Color information
#C46D54 (or 0xC46D54) is known color: Japonica. HEX triplet: C4, 6D and 54. RGB value is (196,109,84). Sum of RGB (Red+Green+Blue) = 196+109+84=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D54 is #3B92AB. Grayscale: #848484. Windows color (decimal): -3904172 or 5533124. OLE color: 5533124.
HSL color Cylindrical-coordinate representation of color #C46D54: hue angle of 13.39º 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 #C46D54 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 84 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.23 |
| HSL | 13.39º | 0.49% | 0.55% | - |
| HSV(B) | 13.39º | 0.57% | 0.77% | - |
| XYZ | 29.83 | 23.31 | 11.31 | - |
| YUV | 132.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 84 | 0 | 0.44 | 0.57 | 0.23 | 13.39 | 0.49 | 0.55 |
| Hex | C4 | 6D | 54 | 0 | 2C | 39 | 17 | D | 31 | 37 |
| Octal | 304 | 155 | 124 | 0 | 54 | 71 | 27 | 15 | 61 | 67 |
| Binary | 11000100 | 1101101 | 1010100 | 0 | 101100 | 111001 | 10111 | 1101 | 110001 | 110111 |
Color Harmonies of #C46D54
Complementary color
Monochromatic Colors of #C46D54
Black with #C46D54
Text Example
Text Example
White with #C46D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D54; }
p { color: rgb(196,109,84); }
H1.HeaderClassName
{
color: #C46D54;
}
.AnyTagClassName
{
color: #C46D54;
}
</style>
background-color css
<style>
a { background-color: #C46D54; }
a { background-color: rgb(196,109,84); }
div.DivClassName
{
background-color: #C46D54;
}
.BgClassName
{
background-color: #C46D54;
}
</style>
border-color css
<style>
span { border-color: #C46D54; }
span { border-color: rgb(196,109,84); }
td.TdClassName
{
border-color: #C46D54;
}
.TagClassName
{
border-color: #C46D54;
}
</style>