Shades of Japonica #C47856
Tints of Japonica #C47856
RGB
CMYK
RGB Variations
Color information
#C47856 (or 0xC47856) is known color: Japonica. HEX triplet: C4, 78 and 56. RGB value is (196,120,86). Sum of RGB (Red+Green+Blue) = 196+120+86=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C47856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47856 is #3B87A9. Grayscale: #8B8B8B. Windows color (decimal): -3901354 or 5667012. OLE color: 5667012.
HSL color Cylindrical-coordinate representation of color #C47856: hue angle of 18.55º 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 #C47856 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 86 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.23 |
| HSL | 18.55º | 0.48% | 0.55% | - |
| HSV(B) | 18.55º | 0.56% | 0.77% | - |
| XYZ | 31.16 | 25.84 | 12.15 | - |
| YUV | 138.85 | 98.18 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 86 | 0 | 0.39 | 0.56 | 0.23 | 18.55 | 0.48 | 0.55 |
| Hex | C4 | 78 | 56 | 0 | 27 | 38 | 17 | 13 | 30 | 37 |
| Octal | 304 | 170 | 126 | 0 | 47 | 70 | 27 | 23 | 60 | 67 |
| Binary | 11000100 | 1111000 | 1010110 | 0 | 100111 | 111000 | 10111 | 10011 | 110000 | 110111 |
Color Harmonies of #C47856
Complementary color
Monochromatic Colors of #C47856
Black with #C47856
Text Example
Text Example
White with #C47856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47856; }
p { color: rgb(196,120,86); }
H1.HeaderClassName
{
color: #C47856;
}
.AnyTagClassName
{
color: #C47856;
}
</style>
background-color css
<style>
a { background-color: #C47856; }
a { background-color: rgb(196,120,86); }
div.DivClassName
{
background-color: #C47856;
}
.BgClassName
{
background-color: #C47856;
}
</style>
border-color css
<style>
span { border-color: #C47856; }
span { border-color: rgb(196,120,86); }
td.TdClassName
{
border-color: #C47856;
}
.TagClassName
{
border-color: #C47856;
}
</style>