Shades of Japonica #C56E5D
Tints of Japonica #C56E5D
RGB
CMYK
RGB Variations
Color information
#C56E5D (or 0xC56E5D) is known color: Japonica. HEX triplet: C5, 6E and 5D. RGB value is (197,110,93). Sum of RGB (Red+Green+Blue) = 197+110+93=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56E5D is #3A91A2. Grayscale: #868686. Windows color (decimal): -3838371 or 6123205. OLE color: 6123205.
HSL color Cylindrical-coordinate representation of color #C56E5D: hue angle of 9.81º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C56E5D is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 93 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.23 |
| HSL | 9.81º | 0.47% | 0.57% | - |
| HSV(B) | 9.81º | 0.53% | 0.77% | - |
| XYZ | 30.58 | 23.81 | 13.34 | - |
| YUV | 134.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 93 | 0 | 0.44 | 0.53 | 0.23 | 9.81 | 0.47 | 0.57 |
| Hex | C5 | 6E | 5D | 0 | 2C | 35 | 17 | A | 2F | 39 |
| Octal | 305 | 156 | 135 | 0 | 54 | 65 | 27 | 12 | 57 | 71 |
| Binary | 11000101 | 1101110 | 1011101 | 0 | 101100 | 110101 | 10111 | 1010 | 101111 | 111001 |
Color Harmonies of #C56E5D
Complementary color
Monochromatic Colors of #C56E5D
Black with #C56E5D
Text Example
Text Example
White with #C56E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56E5D; }
p { color: rgb(197,110,93); }
H1.HeaderClassName
{
color: #C56E5D;
}
.AnyTagClassName
{
color: #C56E5D;
}
</style>
background-color css
<style>
a { background-color: #C56E5D; }
a { background-color: rgb(197,110,93); }
div.DivClassName
{
background-color: #C56E5D;
}
.BgClassName
{
background-color: #C56E5D;
}
</style>
border-color css
<style>
span { border-color: #C56E5D; }
span { border-color: rgb(197,110,93); }
td.TdClassName
{
border-color: #C56E5D;
}
.TagClassName
{
border-color: #C56E5D;
}
</style>