Shades of Japonica #C57554
Tints of Japonica #C57554
RGB
CMYK
RGB Variations
Color information
#C57554 (or 0xC57554) is known color: Japonica. HEX triplet: C5, 75 and 54. RGB value is (197,117,84). Sum of RGB (Red+Green+Blue) = 197+117+84=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C57554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57554 is #3A8AAB. Grayscale: #898989. Windows color (decimal): -3836588 or 5535173. OLE color: 5535173.
HSL color Cylindrical-coordinate representation of color #C57554: hue angle of 17.52º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C57554 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 117 | 84 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.23 |
| HSL | 17.52º | 0.49% | 0.55% | - |
| HSV(B) | 17.52º | 0.57% | 0.77% | - |
| XYZ | 30.99 | 25.23 | 11.62 | - |
| YUV | 137.16 | 98 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 84 | 0 | 0.41 | 0.57 | 0.23 | 17.52 | 0.49 | 0.55 |
| Hex | C5 | 75 | 54 | 0 | 29 | 39 | 17 | 12 | 31 | 37 |
| Octal | 305 | 165 | 124 | 0 | 51 | 71 | 27 | 22 | 61 | 67 |
| Binary | 11000101 | 1110101 | 1010100 | 0 | 101001 | 111001 | 10111 | 10010 | 110001 | 110111 |
Color Harmonies of #C57554
Complementary color
Monochromatic Colors of #C57554
Black with #C57554
Text Example
Text Example
White with #C57554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57554; }
p { color: rgb(197,117,84); }
H1.HeaderClassName
{
color: #C57554;
}
.AnyTagClassName
{
color: #C57554;
}
</style>
background-color css
<style>
a { background-color: #C57554; }
a { background-color: rgb(197,117,84); }
div.DivClassName
{
background-color: #C57554;
}
.BgClassName
{
background-color: #C57554;
}
</style>
border-color css
<style>
span { border-color: #C57554; }
span { border-color: rgb(197,117,84); }
td.TdClassName
{
border-color: #C57554;
}
.TagClassName
{
border-color: #C57554;
}
</style>