Shades of Japonica #C47B55
Tints of Japonica #C47B55
RGB
CMYK
RGB Variations
Color information
#C47B55 (or 0xC47B55) is known color: Japonica. HEX triplet: C4, 7B and 55. RGB value is (196,123,85). Sum of RGB (Red+Green+Blue) = 196+123+85=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B55 is #3B84AA. Grayscale: #8C8C8C. Windows color (decimal): -3900587 or 5602244. OLE color: 5602244.
HSL color Cylindrical-coordinate representation of color #C47B55: hue angle of 20.54º 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 #C47B55 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 85 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.23 |
| HSL | 20.54º | 0.48% | 0.55% | - |
| HSV(B) | 20.54º | 0.57% | 0.77% | - |
| XYZ | 31.49 | 26.56 | 12.06 | - |
| YUV | 140.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 85 | 0 | 0.37 | 0.57 | 0.23 | 20.54 | 0.48 | 0.55 |
| Hex | C4 | 7B | 55 | 0 | 25 | 39 | 17 | 15 | 30 | 37 |
| Octal | 304 | 173 | 125 | 0 | 45 | 71 | 27 | 25 | 60 | 67 |
| Binary | 11000100 | 1111011 | 1010101 | 0 | 100101 | 111001 | 10111 | 10101 | 110000 | 110111 |
Color Harmonies of #C47B55
Complementary color
Monochromatic Colors of #C47B55
Black with #C47B55
Text Example
Text Example
White with #C47B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B55; }
p { color: rgb(196,123,85); }
H1.HeaderClassName
{
color: #C47B55;
}
.AnyTagClassName
{
color: #C47B55;
}
</style>
background-color css
<style>
a { background-color: #C47B55; }
a { background-color: rgb(196,123,85); }
div.DivClassName
{
background-color: #C47B55;
}
.BgClassName
{
background-color: #C47B55;
}
</style>
border-color css
<style>
span { border-color: #C47B55; }
span { border-color: rgb(196,123,85); }
td.TdClassName
{
border-color: #C47B55;
}
.TagClassName
{
border-color: #C47B55;
}
</style>