Shades of Japonica #C47257
Tints of Japonica #C47257
RGB
CMYK
RGB Variations
Color information
#C47257 (or 0xC47257) is known color: Japonica. HEX triplet: C4, 72 and 57. RGB value is (196,114,87). Sum of RGB (Red+Green+Blue) = 196+114+87=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47257 is #3B8DA8. Grayscale: #878787. Windows color (decimal): -3902889 or 5731012. OLE color: 5731012.
HSL color Cylindrical-coordinate representation of color #C47257: hue angle of 14.86º 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 #C47257 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 87 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.23 |
| HSL | 14.86º | 0.48% | 0.55% | - |
| HSV(B) | 14.86º | 0.56% | 0.77% | - |
| XYZ | 30.5 | 24.46 | 12.13 | - |
| YUV | 135.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 87 | 0 | 0.42 | 0.56 | 0.23 | 14.86 | 0.48 | 0.55 |
| Hex | C4 | 72 | 57 | 0 | 2A | 38 | 17 | F | 30 | 37 |
| Octal | 304 | 162 | 127 | 0 | 52 | 70 | 27 | 17 | 60 | 67 |
| Binary | 11000100 | 1110010 | 1010111 | 0 | 101010 | 111000 | 10111 | 1111 | 110000 | 110111 |
Color Harmonies of #C47257
Complementary color
Monochromatic Colors of #C47257
Black with #C47257
Text Example
Text Example
White with #C47257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47257; }
p { color: rgb(196,114,87); }
H1.HeaderClassName
{
color: #C47257;
}
.AnyTagClassName
{
color: #C47257;
}
</style>
background-color css
<style>
a { background-color: #C47257; }
a { background-color: rgb(196,114,87); }
div.DivClassName
{
background-color: #C47257;
}
.BgClassName
{
background-color: #C47257;
}
</style>
border-color css
<style>
span { border-color: #C47257; }
span { border-color: rgb(196,114,87); }
td.TdClassName
{
border-color: #C47257;
}
.TagClassName
{
border-color: #C47257;
}
</style>