Shades of Japonica #C47A57
Tints of Japonica #C47A57
RGB
CMYK
RGB Variations
Color information
#C47A57 (or 0xC47A57) is known color: Japonica. HEX triplet: C4, 7A and 57. RGB value is (196,122,87). Sum of RGB (Red+Green+Blue) = 196+122+87=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A57 is #3B85A8. Grayscale: #8C8C8C. Windows color (decimal): -3900841 or 5733060. OLE color: 5733060.
HSL color Cylindrical-coordinate representation of color #C47A57: hue angle of 19.27º 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 #C47A57 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 87 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.23 |
| HSL | 19.27º | 0.48% | 0.55% | - |
| HSV(B) | 19.27º | 0.56% | 0.77% | - |
| XYZ | 31.44 | 26.34 | 12.44 | - |
| YUV | 140.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 87 | 0 | 0.38 | 0.56 | 0.23 | 19.27 | 0.48 | 0.55 |
| Hex | C4 | 7A | 57 | 0 | 26 | 38 | 17 | 13 | 30 | 37 |
| Octal | 304 | 172 | 127 | 0 | 46 | 70 | 27 | 23 | 60 | 67 |
| Binary | 11000100 | 1111010 | 1010111 | 0 | 100110 | 111000 | 10111 | 10011 | 110000 | 110111 |
Color Harmonies of #C47A57
Complementary color
Monochromatic Colors of #C47A57
Black with #C47A57
Text Example
Text Example
White with #C47A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A57; }
p { color: rgb(196,122,87); }
H1.HeaderClassName
{
color: #C47A57;
}
.AnyTagClassName
{
color: #C47A57;
}
</style>
background-color css
<style>
a { background-color: #C47A57; }
a { background-color: rgb(196,122,87); }
div.DivClassName
{
background-color: #C47A57;
}
.BgClassName
{
background-color: #C47A57;
}
</style>
border-color css
<style>
span { border-color: #C47A57; }
span { border-color: rgb(196,122,87); }
td.TdClassName
{
border-color: #C47A57;
}
.TagClassName
{
border-color: #C47A57;
}
</style>