Shades of Japonica #C46D57
Tints of Japonica #C46D57
RGB
CMYK
RGB Variations
Color information
#C46D57 (or 0xC46D57) is known color: Japonica. HEX triplet: C4, 6D and 57. RGB value is (196,109,87). Sum of RGB (Red+Green+Blue) = 196+109+87=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46D57 is #3B92A8. Grayscale: #848484. Windows color (decimal): -3904169 or 5729732. OLE color: 5729732.
HSL color Cylindrical-coordinate representation of color #C46D57: hue angle of 12.11º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C46D57 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 109 | 87 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.23 |
| HSL | 12.11º | 0.48% | 0.55% | - |
| HSV(B) | 12.11º | 0.56% | 0.77% | - |
| XYZ | 29.95 | 23.36 | 11.95 | - |
| YUV | 132.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 87 | 0 | 0.44 | 0.56 | 0.23 | 12.11 | 0.48 | 0.55 |
| Hex | C4 | 6D | 57 | 0 | 2C | 38 | 17 | C | 30 | 37 |
| Octal | 304 | 155 | 127 | 0 | 54 | 70 | 27 | 14 | 60 | 67 |
| Binary | 11000100 | 1101101 | 1010111 | 0 | 101100 | 111000 | 10111 | 1100 | 110000 | 110111 |
Color Harmonies of #C46D57
Complementary color
Monochromatic Colors of #C46D57
Black with #C46D57
Text Example
Text Example
White with #C46D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46D57; }
p { color: rgb(196,109,87); }
H1.HeaderClassName
{
color: #C46D57;
}
.AnyTagClassName
{
color: #C46D57;
}
</style>
background-color css
<style>
a { background-color: #C46D57; }
a { background-color: rgb(196,109,87); }
div.DivClassName
{
background-color: #C46D57;
}
.BgClassName
{
background-color: #C46D57;
}
</style>
border-color css
<style>
span { border-color: #C46D57; }
span { border-color: rgb(196,109,87); }
td.TdClassName
{
border-color: #C46D57;
}
.TagClassName
{
border-color: #C46D57;
}
</style>