Shades of Japonica #C77A5E
Tints of Japonica #C77A5E
RGB
CMYK
RGB Variations
Color information
#C77A5E (or 0xC77A5E) is known color: Japonica. HEX triplet: C7, 7A and 5E. RGB value is (199,122,94). Sum of RGB (Red+Green+Blue) = 199+122+94=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A5E is #3885A1. Grayscale: #8E8E8E. Windows color (decimal): -3704226 or 6191815. OLE color: 6191815.
HSL color Cylindrical-coordinate representation of color #C77A5E: hue angle of 16º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C77A5E is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 94 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.22 |
| HSL | 16º | 0.48% | 0.57% | - |
| HSV(B) | 16º | 0.53% | 0.78% | - |
| XYZ | 32.53 | 26.87 | 14.06 | - |
| YUV | 141.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 94 | 0 | 0.39 | 0.53 | 0.22 | 16 | 0.48 | 0.57 |
| Hex | C7 | 7A | 5E | 0 | 27 | 35 | 16 | 10 | 30 | 39 |
| Octal | 307 | 172 | 136 | 0 | 47 | 65 | 26 | 20 | 60 | 71 |
| Binary | 11000111 | 1111010 | 1011110 | 0 | 100111 | 110101 | 10110 | 10000 | 110000 | 111001 |
Color Harmonies of #C77A5E
Complementary color
Monochromatic Colors of #C77A5E
Black with #C77A5E
Text Example
Text Example
White with #C77A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A5E; }
p { color: rgb(199,122,94); }
H1.HeaderClassName
{
color: #C77A5E;
}
.AnyTagClassName
{
color: #C77A5E;
}
</style>
background-color css
<style>
a { background-color: #C77A5E; }
a { background-color: rgb(199,122,94); }
div.DivClassName
{
background-color: #C77A5E;
}
.BgClassName
{
background-color: #C77A5E;
}
</style>
border-color css
<style>
span { border-color: #C77A5E; }
span { border-color: rgb(199,122,94); }
td.TdClassName
{
border-color: #C77A5E;
}
.TagClassName
{
border-color: #C77A5E;
}
</style>