Shades of Japonica #C76E59
Tints of Japonica #C76E59
RGB
CMYK
RGB Variations
Color information
#C76E59 (or 0xC76E59) is known color: Japonica. HEX triplet: C7, 6E and 59. RGB value is (199,110,89). Sum of RGB (Red+Green+Blue) = 199+110+89=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E59 is #3891A6. Grayscale: #868686. Windows color (decimal): -3707303 or 5861063. OLE color: 5861063.
HSL color Cylindrical-coordinate representation of color #C76E59: hue angle of 11.45º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C76E59 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 89 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.22 |
| HSL | 11.45º | 0.5% | 0.56% | - |
| HSV(B) | 11.45º | 0.55% | 0.78% | - |
| XYZ | 30.93 | 24.02 | 12.46 | - |
| YUV | 134.22 | 102.49 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 89 | 0 | 0.45 | 0.55 | 0.22 | 11.45 | 0.5 | 0.56 |
| Hex | C7 | 6E | 59 | 0 | 2D | 37 | 16 | B | 32 | 38 |
| Octal | 307 | 156 | 131 | 0 | 55 | 67 | 26 | 13 | 62 | 70 |
| Binary | 11000111 | 1101110 | 1011001 | 0 | 101101 | 110111 | 10110 | 1011 | 110010 | 111000 |
Color Harmonies of #C76E59
Complementary color
Monochromatic Colors of #C76E59
Black with #C76E59
Text Example
Text Example
White with #C76E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E59; }
p { color: rgb(199,110,89); }
H1.HeaderClassName
{
color: #C76E59;
}
.AnyTagClassName
{
color: #C76E59;
}
</style>
background-color css
<style>
a { background-color: #C76E59; }
a { background-color: rgb(199,110,89); }
div.DivClassName
{
background-color: #C76E59;
}
.BgClassName
{
background-color: #C76E59;
}
</style>
border-color css
<style>
span { border-color: #C76E59; }
span { border-color: rgb(199,110,89); }
td.TdClassName
{
border-color: #C76E59;
}
.TagClassName
{
border-color: #C76E59;
}
</style>