Shades of Japonica #C76E5B
Tints of Japonica #C76E5B
RGB
CMYK
RGB Variations
Color information
#C76E5B (or 0xC76E5B) is known color: Japonica. HEX triplet: C7, 6E and 5B. RGB value is (199,110,91). Sum of RGB (Red+Green+Blue) = 199+110+91=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E5B is #3891A4. Grayscale: #868686. Windows color (decimal): -3707301 or 5992135. OLE color: 5992135.
HSL color Cylindrical-coordinate representation of color #C76E5B: hue angle of 10.56º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C76E5B is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 91 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.22 |
| HSL | 10.56º | 0.49% | 0.57% | - |
| HSV(B) | 10.56º | 0.54% | 0.78% | - |
| XYZ | 31.02 | 24.05 | 12.9 | - |
| YUV | 134.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 91 | 0 | 0.45 | 0.54 | 0.22 | 10.56 | 0.49 | 0.57 |
| Hex | C7 | 6E | 5B | 0 | 2D | 36 | 16 | B | 31 | 39 |
| Octal | 307 | 156 | 133 | 0 | 55 | 66 | 26 | 13 | 61 | 71 |
| Binary | 11000111 | 1101110 | 1011011 | 0 | 101101 | 110110 | 10110 | 1011 | 110001 | 111001 |
Color Harmonies of #C76E5B
Complementary color
Monochromatic Colors of #C76E5B
Black with #C76E5B
Text Example
Text Example
White with #C76E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E5B; }
p { color: rgb(199,110,91); }
H1.HeaderClassName
{
color: #C76E5B;
}
.AnyTagClassName
{
color: #C76E5B;
}
</style>
background-color css
<style>
a { background-color: #C76E5B; }
a { background-color: rgb(199,110,91); }
div.DivClassName
{
background-color: #C76E5B;
}
.BgClassName
{
background-color: #C76E5B;
}
</style>
border-color css
<style>
span { border-color: #C76E5B; }
span { border-color: rgb(199,110,91); }
td.TdClassName
{
border-color: #C76E5B;
}
.TagClassName
{
border-color: #C76E5B;
}
</style>