Shades of Japonica #C76D5E
Tints of Japonica #C76D5E
RGB
CMYK
RGB Variations
Color information
#C76D5E (or 0xC76D5E) is known color: Japonica. HEX triplet: C7, 6D and 5E. RGB value is (199,109,94). Sum of RGB (Red+Green+Blue) = 199+109+94=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D5E is #3892A1. Grayscale: #868686. Windows color (decimal): -3707554 or 6188487. OLE color: 6188487.
HSL color Cylindrical-coordinate representation of color #C76D5E: hue angle of 8.57º 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 #C76D5E is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 94 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.22 |
| HSL | 8.57º | 0.48% | 0.57% | - |
| HSV(B) | 8.57º | 0.53% | 0.78% | - |
| XYZ | 31.04 | 23.89 | 13.56 | - |
| YUV | 134.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 94 | 0 | 0.45 | 0.53 | 0.22 | 8.57 | 0.48 | 0.57 |
| Hex | C7 | 6D | 5E | 0 | 2D | 35 | 16 | 9 | 30 | 39 |
| Octal | 307 | 155 | 136 | 0 | 55 | 65 | 26 | 11 | 60 | 71 |
| Binary | 11000111 | 1101101 | 1011110 | 0 | 101101 | 110101 | 10110 | 1001 | 110000 | 111001 |
Color Harmonies of #C76D5E
Complementary color
Monochromatic Colors of #C76D5E
Black with #C76D5E
Text Example
Text Example
White with #C76D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D5E; }
p { color: rgb(199,109,94); }
H1.HeaderClassName
{
color: #C76D5E;
}
.AnyTagClassName
{
color: #C76D5E;
}
</style>
background-color css
<style>
a { background-color: #C76D5E; }
a { background-color: rgb(199,109,94); }
div.DivClassName
{
background-color: #C76D5E;
}
.BgClassName
{
background-color: #C76D5E;
}
</style>
border-color css
<style>
span { border-color: #C76D5E; }
span { border-color: rgb(199,109,94); }
td.TdClassName
{
border-color: #C76D5E;
}
.TagClassName
{
border-color: #C76D5E;
}
</style>