Shades of Japonica #C5775E
Tints of Japonica #C5775E
RGB
CMYK
RGB Variations
Color information
#C5775E (or 0xC5775E) is known color: Japonica. HEX triplet: C5, 77 and 5E. RGB value is (197,119,94). Sum of RGB (Red+Green+Blue) = 197+119+94=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5775E is #3A88A1. Grayscale: #8B8B8B. Windows color (decimal): -3836066 or 6191045. OLE color: 6191045.
HSL color Cylindrical-coordinate representation of color #C5775E: hue angle of 14.56º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5775E is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 94 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.23 |
| HSL | 14.56º | 0.47% | 0.57% | - |
| HSV(B) | 14.56º | 0.52% | 0.77% | - |
| XYZ | 31.64 | 25.87 | 13.92 | - |
| YUV | 139.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 94 | 0 | 0.40 | 0.52 | 0.23 | 14.56 | 0.47 | 0.57 |
| Hex | C5 | 77 | 5E | 0 | 28 | 34 | 17 | F | 2F | 39 |
| Octal | 305 | 167 | 136 | 0 | 50 | 64 | 27 | 17 | 57 | 71 |
| Binary | 11000101 | 1110111 | 1011110 | 0 | 101000 | 110100 | 10111 | 1111 | 101111 | 111001 |
Color Harmonies of #C5775E
Complementary color
Monochromatic Colors of #C5775E
Black with #C5775E
Text Example
Text Example
White with #C5775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5775E; }
p { color: rgb(197,119,94); }
H1.HeaderClassName
{
color: #C5775E;
}
.AnyTagClassName
{
color: #C5775E;
}
</style>
background-color css
<style>
a { background-color: #C5775E; }
a { background-color: rgb(197,119,94); }
div.DivClassName
{
background-color: #C5775E;
}
.BgClassName
{
background-color: #C5775E;
}
</style>
border-color css
<style>
span { border-color: #C5775E; }
span { border-color: rgb(197,119,94); }
td.TdClassName
{
border-color: #C5775E;
}
.TagClassName
{
border-color: #C5775E;
}
</style>