Shades of Japonica #C47D55
Tints of Japonica #C47D55
RGB
CMYK
RGB Variations
Color information
#C47D55 (or 0xC47D55) is known color: Japonica. HEX triplet: C4, 7D and 55. RGB value is (196,125,85). Sum of RGB (Red+Green+Blue) = 196+125+85=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D55 is #3B82AA. Grayscale: #8D8D8D. Windows color (decimal): -3900075 or 5602756. OLE color: 5602756.
HSL color Cylindrical-coordinate representation of color #C47D55: hue angle of 21.62º 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 #C47D55 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 125 | 85 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.23 |
| HSL | 21.62º | 0.48% | 0.55% | - |
| HSV(B) | 21.62º | 0.57% | 0.77% | - |
| XYZ | 31.74 | 27.06 | 12.14 | - |
| YUV | 141.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 125 | 85 | 0 | 0.36 | 0.57 | 0.23 | 21.62 | 0.48 | 0.55 |
| Hex | C4 | 7D | 55 | 0 | 24 | 39 | 17 | 16 | 30 | 37 |
| Octal | 304 | 175 | 125 | 0 | 44 | 71 | 27 | 26 | 60 | 67 |
| Binary | 11000100 | 1111101 | 1010101 | 0 | 100100 | 111001 | 10111 | 10110 | 110000 | 110111 |
Color Harmonies of #C47D55
Complementary color
Monochromatic Colors of #C47D55
Black with #C47D55
Text Example
Text Example
White with #C47D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47D55; }
p { color: rgb(196,125,85); }
H1.HeaderClassName
{
color: #C47D55;
}
.AnyTagClassName
{
color: #C47D55;
}
</style>
background-color css
<style>
a { background-color: #C47D55; }
a { background-color: rgb(196,125,85); }
div.DivClassName
{
background-color: #C47D55;
}
.BgClassName
{
background-color: #C47D55;
}
</style>
border-color css
<style>
span { border-color: #C47D55; }
span { border-color: rgb(196,125,85); }
td.TdClassName
{
border-color: #C47D55;
}
.TagClassName
{
border-color: #C47D55;
}
</style>