Shades of Japonica #C76D57
Tints of Japonica #C76D57
RGB
CMYK
RGB Variations
Color information
#C76D57 (or 0xC76D57) is known color: Japonica. HEX triplet: C7, 6D and 57. RGB value is (199,109,87). Sum of RGB (Red+Green+Blue) = 199+109+87=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D57 is #3892A8. Grayscale: #858585. Windows color (decimal): -3707561 or 5729735. OLE color: 5729735.
HSL color Cylindrical-coordinate representation of color #C76D57: hue angle of 11.79º 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 #C76D57 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 87 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.22 |
| HSL | 11.79º | 0.5% | 0.56% | - |
| HSV(B) | 11.79º | 0.56% | 0.78% | - |
| XYZ | 30.74 | 23.77 | 11.98 | - |
| YUV | 133.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 87 | 0 | 0.45 | 0.56 | 0.22 | 11.79 | 0.5 | 0.56 |
| Hex | C7 | 6D | 57 | 0 | 2D | 38 | 16 | C | 32 | 38 |
| Octal | 307 | 155 | 127 | 0 | 55 | 70 | 26 | 14 | 62 | 70 |
| Binary | 11000111 | 1101101 | 1010111 | 0 | 101101 | 111000 | 10110 | 1100 | 110010 | 111000 |
Color Harmonies of #C76D57
Complementary color
Monochromatic Colors of #C76D57
Black with #C76D57
Text Example
Text Example
White with #C76D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D57; }
p { color: rgb(199,109,87); }
H1.HeaderClassName
{
color: #C76D57;
}
.AnyTagClassName
{
color: #C76D57;
}
</style>
background-color css
<style>
a { background-color: #C76D57; }
a { background-color: rgb(199,109,87); }
div.DivClassName
{
background-color: #C76D57;
}
.BgClassName
{
background-color: #C76D57;
}
</style>
border-color css
<style>
span { border-color: #C76D57; }
span { border-color: rgb(199,109,87); }
td.TdClassName
{
border-color: #C76D57;
}
.TagClassName
{
border-color: #C76D57;
}
</style>