Shades of Japonica #C5705D
Tints of Japonica #C5705D
RGB
CMYK
RGB Variations
Color information
#C5705D (or 0xC5705D) is known color: Japonica. HEX triplet: C5, 70 and 5D. RGB value is (197,112,93). Sum of RGB (Red+Green+Blue) = 197+112+93=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5705D is #3A8FA2. Grayscale: #878787. Windows color (decimal): -3837859 or 6123717. OLE color: 6123717.
HSL color Cylindrical-coordinate representation of color #C5705D: hue angle of 10.96º 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 #C5705D is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 112 | 93 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.23 |
| HSL | 10.96º | 0.47% | 0.57% | - |
| HSV(B) | 10.96º | 0.53% | 0.77% | - |
| XYZ | 30.8 | 24.25 | 13.41 | - |
| YUV | 135.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 112 | 93 | 0 | 0.43 | 0.53 | 0.23 | 10.96 | 0.47 | 0.57 |
| Hex | C5 | 70 | 5D | 0 | 2B | 35 | 17 | B | 2F | 39 |
| Octal | 305 | 160 | 135 | 0 | 53 | 65 | 27 | 13 | 57 | 71 |
| Binary | 11000101 | 1110000 | 1011101 | 0 | 101011 | 110101 | 10111 | 1011 | 101111 | 111001 |
Color Harmonies of #C5705D
Complementary color
Monochromatic Colors of #C5705D
Black with #C5705D
Text Example
Text Example
White with #C5705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5705D; }
p { color: rgb(197,112,93); }
H1.HeaderClassName
{
color: #C5705D;
}
.AnyTagClassName
{
color: #C5705D;
}
</style>
background-color css
<style>
a { background-color: #C5705D; }
a { background-color: rgb(197,112,93); }
div.DivClassName
{
background-color: #C5705D;
}
.BgClassName
{
background-color: #C5705D;
}
</style>
border-color css
<style>
span { border-color: #C5705D; }
span { border-color: rgb(197,112,93); }
td.TdClassName
{
border-color: #C5705D;
}
.TagClassName
{
border-color: #C5705D;
}
</style>