Shades of Japonica #C57557
Tints of Japonica #C57557
RGB
CMYK
RGB Variations
Color information
#C57557 (or 0xC57557) is known color: Japonica. HEX triplet: C5, 75 and 57. RGB value is (197,117,87). Sum of RGB (Red+Green+Blue) = 197+117+87=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C57557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57557 is #3A8AA8. Grayscale: #898989. Windows color (decimal): -3836585 or 5731781. OLE color: 5731781.
HSL color Cylindrical-coordinate representation of color #C57557: hue angle of 16.36º 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 #C57557 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 87 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.23 |
| HSL | 16.36º | 0.49% | 0.56% | - |
| HSV(B) | 16.36º | 0.56% | 0.77% | - |
| XYZ | 31.11 | 25.28 | 12.26 | - |
| YUV | 137.5 | 99.5 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 87 | 0 | 0.41 | 0.56 | 0.23 | 16.36 | 0.49 | 0.56 |
| Hex | C5 | 75 | 57 | 0 | 29 | 38 | 17 | 10 | 31 | 38 |
| Octal | 305 | 165 | 127 | 0 | 51 | 70 | 27 | 20 | 61 | 70 |
| Binary | 11000101 | 1110101 | 1010111 | 0 | 101001 | 111000 | 10111 | 10000 | 110001 | 111000 |
Color Harmonies of #C57557
Complementary color
Monochromatic Colors of #C57557
Black with #C57557
Text Example
Text Example
White with #C57557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57557; }
p { color: rgb(197,117,87); }
H1.HeaderClassName
{
color: #C57557;
}
.AnyTagClassName
{
color: #C57557;
}
</style>
background-color css
<style>
a { background-color: #C57557; }
a { background-color: rgb(197,117,87); }
div.DivClassName
{
background-color: #C57557;
}
.BgClassName
{
background-color: #C57557;
}
</style>
border-color css
<style>
span { border-color: #C57557; }
span { border-color: rgb(197,117,87); }
td.TdClassName
{
border-color: #C57557;
}
.TagClassName
{
border-color: #C57557;
}
</style>