Shades of Japonica #C5765D
Tints of Japonica #C5765D
RGB
CMYK
RGB Variations
Color information
#C5765D (or 0xC5765D) is known color: Japonica. HEX triplet: C5, 76 and 5D. RGB value is (197,118,93). Sum of RGB (Red+Green+Blue) = 197+118+93=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5765D is #3A89A2. Grayscale: #8A8A8A. Windows color (decimal): -3836323 or 6125253. OLE color: 6125253.
HSL color Cylindrical-coordinate representation of color #C5765D: hue angle of 14.42º 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 #C5765D is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 93 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.23 |
| HSL | 14.42º | 0.47% | 0.57% | - |
| HSV(B) | 14.42º | 0.53% | 0.77% | - |
| XYZ | 31.48 | 25.62 | 13.64 | - |
| YUV | 138.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 93 | 0 | 0.40 | 0.53 | 0.23 | 14.42 | 0.47 | 0.57 |
| Hex | C5 | 76 | 5D | 0 | 28 | 35 | 17 | E | 2F | 39 |
| Octal | 305 | 166 | 135 | 0 | 50 | 65 | 27 | 16 | 57 | 71 |
| Binary | 11000101 | 1110110 | 1011101 | 0 | 101000 | 110101 | 10111 | 1110 | 101111 | 111001 |
Color Harmonies of #C5765D
Complementary color
Monochromatic Colors of #C5765D
Black with #C5765D
Text Example
Text Example
White with #C5765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5765D; }
p { color: rgb(197,118,93); }
H1.HeaderClassName
{
color: #C5765D;
}
.AnyTagClassName
{
color: #C5765D;
}
</style>
background-color css
<style>
a { background-color: #C5765D; }
a { background-color: rgb(197,118,93); }
div.DivClassName
{
background-color: #C5765D;
}
.BgClassName
{
background-color: #C5765D;
}
</style>
border-color css
<style>
span { border-color: #C5765D; }
span { border-color: rgb(197,118,93); }
td.TdClassName
{
border-color: #C5765D;
}
.TagClassName
{
border-color: #C5765D;
}
</style>