Shades of Japonica #C46F55
Tints of Japonica #C46F55
RGB
CMYK
RGB Variations
Color information
#C46F55 (or 0xC46F55) is known color: Japonica. HEX triplet: C4, 6F and 55. RGB value is (196,111,85). Sum of RGB (Red+Green+Blue) = 196+111+85=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F55 is #3B90AA. Grayscale: #858585. Windows color (decimal): -3903659 or 5599172. OLE color: 5599172.
HSL color Cylindrical-coordinate representation of color #C46F55: hue angle of 14.05º degrees, saturation: 0.48, 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 #C46F55 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 85 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.23 |
| HSL | 14.05º | 0.48% | 0.55% | - |
| HSV(B) | 14.05º | 0.57% | 0.77% | - |
| XYZ | 30.09 | 23.76 | 11.59 | - |
| YUV | 133.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 85 | 0 | 0.43 | 0.57 | 0.23 | 14.05 | 0.48 | 0.55 |
| Hex | C4 | 6F | 55 | 0 | 2B | 39 | 17 | E | 30 | 37 |
| Octal | 304 | 157 | 125 | 0 | 53 | 71 | 27 | 16 | 60 | 67 |
| Binary | 11000100 | 1101111 | 1010101 | 0 | 101011 | 111001 | 10111 | 1110 | 110000 | 110111 |
Color Harmonies of #C46F55
Complementary color
Monochromatic Colors of #C46F55
Black with #C46F55
Text Example
Text Example
White with #C46F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F55; }
p { color: rgb(196,111,85); }
H1.HeaderClassName
{
color: #C46F55;
}
.AnyTagClassName
{
color: #C46F55;
}
</style>
background-color css
<style>
a { background-color: #C46F55; }
a { background-color: rgb(196,111,85); }
div.DivClassName
{
background-color: #C46F55;
}
.BgClassName
{
background-color: #C46F55;
}
</style>
border-color css
<style>
span { border-color: #C46F55; }
span { border-color: rgb(196,111,85); }
td.TdClassName
{
border-color: #C46F55;
}
.TagClassName
{
border-color: #C46F55;
}
</style>