Shades of Japonica #C57357
Tints of Japonica #C57357
RGB
CMYK
RGB Variations
Color information
#C57357 (or 0xC57357) is known color: Japonica. HEX triplet: C5, 73 and 57. RGB value is (197,115,87). Sum of RGB (Red+Green+Blue) = 197+115+87=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C57357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57357 is #3A8CA8. Grayscale: #888888. Windows color (decimal): -3837097 or 5731269. OLE color: 5731269.
HSL color Cylindrical-coordinate representation of color #C57357: hue angle of 15.27º 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 #C57357 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 115 | 87 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.23 |
| HSL | 15.27º | 0.49% | 0.56% | - |
| HSV(B) | 15.27º | 0.56% | 0.77% | - |
| XYZ | 30.88 | 24.82 | 12.18 | - |
| YUV | 136.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 115 | 87 | 0 | 0.42 | 0.56 | 0.23 | 15.27 | 0.49 | 0.56 |
| Hex | C5 | 73 | 57 | 0 | 2A | 38 | 17 | F | 31 | 38 |
| Octal | 305 | 163 | 127 | 0 | 52 | 70 | 27 | 17 | 61 | 70 |
| Binary | 11000101 | 1110011 | 1010111 | 0 | 101010 | 111000 | 10111 | 1111 | 110001 | 111000 |
Color Harmonies of #C57357
Complementary color
Monochromatic Colors of #C57357
Black with #C57357
Text Example
Text Example
White with #C57357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57357; }
p { color: rgb(197,115,87); }
H1.HeaderClassName
{
color: #C57357;
}
.AnyTagClassName
{
color: #C57357;
}
</style>
background-color css
<style>
a { background-color: #C57357; }
a { background-color: rgb(197,115,87); }
div.DivClassName
{
background-color: #C57357;
}
.BgClassName
{
background-color: #C57357;
}
</style>
border-color css
<style>
span { border-color: #C57357; }
span { border-color: rgb(197,115,87); }
td.TdClassName
{
border-color: #C57357;
}
.TagClassName
{
border-color: #C57357;
}
</style>