Shades of Japonica #C57B57
Tints of Japonica #C57B57
RGB
CMYK
RGB Variations
Color information
#C57B57 (or 0xC57B57) is known color: Japonica. HEX triplet: C5, 7B and 57. RGB value is (197,123,87). Sum of RGB (Red+Green+Blue) = 197+123+87=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B57 is #3A84A8. Grayscale: #8D8D8D. Windows color (decimal): -3835049 or 5733317. OLE color: 5733317.
HSL color Cylindrical-coordinate representation of color #C57B57: hue angle of 19.64º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C57B57 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 87 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.23 |
| HSL | 19.64º | 0.49% | 0.56% | - |
| HSV(B) | 19.64º | 0.56% | 0.77% | - |
| XYZ | 31.83 | 26.72 | 12.5 | - |
| YUV | 141.02 | 97.52 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 87 | 0 | 0.38 | 0.56 | 0.23 | 19.64 | 0.49 | 0.56 |
| Hex | C5 | 7B | 57 | 0 | 26 | 38 | 17 | 14 | 31 | 38 |
| Octal | 305 | 173 | 127 | 0 | 46 | 70 | 27 | 24 | 61 | 70 |
| Binary | 11000101 | 1111011 | 1010111 | 0 | 100110 | 111000 | 10111 | 10100 | 110001 | 111000 |
Color Harmonies of #C57B57
Complementary color
Monochromatic Colors of #C57B57
Black with #C57B57
Text Example
Text Example
White with #C57B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57B57; }
p { color: rgb(197,123,87); }
H1.HeaderClassName
{
color: #C57B57;
}
.AnyTagClassName
{
color: #C57B57;
}
</style>
background-color css
<style>
a { background-color: #C57B57; }
a { background-color: rgb(197,123,87); }
div.DivClassName
{
background-color: #C57B57;
}
.BgClassName
{
background-color: #C57B57;
}
</style>
border-color css
<style>
span { border-color: #C57B57; }
span { border-color: rgb(197,123,87); }
td.TdClassName
{
border-color: #C57B57;
}
.TagClassName
{
border-color: #C57B57;
}
</style>