Shades of Japonica #C5775A
Tints of Japonica #C5775A
RGB
CMYK
RGB Variations
Color information
#C5775A (or 0xC5775A) is known color: Japonica. HEX triplet: C5, 77 and 5A. RGB value is (197,119,90). Sum of RGB (Red+Green+Blue) = 197+119+90=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5775A is #3A88A5. Grayscale: #8B8B8B. Windows color (decimal): -3836070 or 5928901. OLE color: 5928901.
HSL color Cylindrical-coordinate representation of color #C5775A: hue angle of 16.26º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5775A is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 90 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.23 |
| HSL | 16.26º | 0.48% | 0.56% | - |
| HSV(B) | 16.26º | 0.54% | 0.77% | - |
| XYZ | 31.47 | 25.8 | 12.99 | - |
| YUV | 139.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 90 | 0 | 0.40 | 0.54 | 0.23 | 16.26 | 0.48 | 0.56 |
| Hex | C5 | 77 | 5A | 0 | 28 | 36 | 17 | 10 | 30 | 38 |
| Octal | 305 | 167 | 132 | 0 | 50 | 66 | 27 | 20 | 60 | 70 |
| Binary | 11000101 | 1110111 | 1011010 | 0 | 101000 | 110110 | 10111 | 10000 | 110000 | 111000 |
Color Harmonies of #C5775A
Complementary color
Monochromatic Colors of #C5775A
Black with #C5775A
Text Example
Text Example
White with #C5775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5775A; }
p { color: rgb(197,119,90); }
H1.HeaderClassName
{
color: #C5775A;
}
.AnyTagClassName
{
color: #C5775A;
}
</style>
background-color css
<style>
a { background-color: #C5775A; }
a { background-color: rgb(197,119,90); }
div.DivClassName
{
background-color: #C5775A;
}
.BgClassName
{
background-color: #C5775A;
}
</style>
border-color css
<style>
span { border-color: #C5775A; }
span { border-color: rgb(197,119,90); }
td.TdClassName
{
border-color: #C5775A;
}
.TagClassName
{
border-color: #C5775A;
}
</style>