Shades of Japonica #C76E58
Tints of Japonica #C76E58
RGB
CMYK
RGB Variations
Color information
#C76E58 (or 0xC76E58) is known color: Japonica. HEX triplet: C7, 6E and 58. RGB value is (199,110,88). Sum of RGB (Red+Green+Blue) = 199+110+88=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E58 is #3891A7. Grayscale: #868686. Windows color (decimal): -3707304 or 5795527. OLE color: 5795527.
HSL color Cylindrical-coordinate representation of color #C76E58: hue angle of 11.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C76E58 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 88 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.22 |
| HSL | 11.89º | 0.5% | 0.56% | - |
| HSV(B) | 11.89º | 0.56% | 0.78% | - |
| XYZ | 30.89 | 24 | 12.24 | - |
| YUV | 134.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 88 | 0 | 0.45 | 0.56 | 0.22 | 11.89 | 0.5 | 0.56 |
| Hex | C7 | 6E | 58 | 0 | 2D | 38 | 16 | C | 32 | 38 |
| Octal | 307 | 156 | 130 | 0 | 55 | 70 | 26 | 14 | 62 | 70 |
| Binary | 11000111 | 1101110 | 1011000 | 0 | 101101 | 111000 | 10110 | 1100 | 110010 | 111000 |
Color Harmonies of #C76E58
Complementary color
Monochromatic Colors of #C76E58
Black with #C76E58
Text Example
Text Example
White with #C76E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E58; }
p { color: rgb(199,110,88); }
H1.HeaderClassName
{
color: #C76E58;
}
.AnyTagClassName
{
color: #C76E58;
}
</style>
background-color css
<style>
a { background-color: #C76E58; }
a { background-color: rgb(199,110,88); }
div.DivClassName
{
background-color: #C76E58;
}
.BgClassName
{
background-color: #C76E58;
}
</style>
border-color css
<style>
span { border-color: #C76E58; }
span { border-color: rgb(199,110,88); }
td.TdClassName
{
border-color: #C76E58;
}
.TagClassName
{
border-color: #C76E58;
}
</style>