Shades of Japonica #C47862
Tints of Japonica #C47862
RGB
CMYK
RGB Variations
Color information
#C47862 (or 0xC47862) is known color: Japonica. HEX triplet: C4, 78 and 62. RGB value is (196,120,98). Sum of RGB (Red+Green+Blue) = 196+120+98=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C47862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47862 is #3B879D. Grayscale: #8C8C8C. Windows color (decimal): -3901342 or 6453444. OLE color: 6453444.
HSL color Cylindrical-coordinate representation of color #C47862: hue angle of 13.47º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C47862 is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 98 | - |
| CMYK | 0 | 0.39 | 0.5 | 0.23 |
| HSL | 13.47º | 0.45% | 0.58% | - |
| HSV(B) | 13.47º | 0.5% | 0.77% | - |
| XYZ | 31.69 | 26.05 | 14.91 | - |
| YUV | 140.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 98 | 0 | 0.39 | 0.5 | 0.23 | 13.47 | 0.45 | 0.58 |
| Hex | C4 | 78 | 62 | 0 | 27 | 32 | 17 | D | 2D | 3A |
| Octal | 304 | 170 | 142 | 0 | 47 | 62 | 27 | 15 | 55 | 72 |
| Binary | 11000100 | 1111000 | 1100010 | 0 | 100111 | 110010 | 10111 | 1101 | 101101 | 111010 |
Color Harmonies of #C47862
Complementary color
Monochromatic Colors of #C47862
Black with #C47862
Text Example
Text Example
White with #C47862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47862; }
p { color: rgb(196,120,98); }
H1.HeaderClassName
{
color: #C47862;
}
.AnyTagClassName
{
color: #C47862;
}
</style>
background-color css
<style>
a { background-color: #C47862; }
a { background-color: rgb(196,120,98); }
div.DivClassName
{
background-color: #C47862;
}
.BgClassName
{
background-color: #C47862;
}
</style>
border-color css
<style>
span { border-color: #C47862; }
span { border-color: rgb(196,120,98); }
td.TdClassName
{
border-color: #C47862;
}
.TagClassName
{
border-color: #C47862;
}
</style>