Shades of Japonica #C76F56
Tints of Japonica #C76F56
RGB
CMYK
RGB Variations
Color information
#C76F56 (or 0xC76F56) is known color: Japonica. HEX triplet: C7, 6F and 56. RGB value is (199,111,86). Sum of RGB (Red+Green+Blue) = 199+111+86=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F56 is #3890A9. Grayscale: #868686. Windows color (decimal): -3707050 or 5664711. OLE color: 5664711.
HSL color Cylindrical-coordinate representation of color #C76F56: hue angle of 13.27º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C76F56 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 111 | 86 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.22 |
| HSL | 13.27º | 0.5% | 0.56% | - |
| HSV(B) | 13.27º | 0.57% | 0.78% | - |
| XYZ | 30.92 | 24.18 | 11.84 | - |
| YUV | 134.46 | 100.65 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 86 | 0 | 0.44 | 0.57 | 0.22 | 13.27 | 0.5 | 0.56 |
| Hex | C7 | 6F | 56 | 0 | 2C | 39 | 16 | D | 32 | 38 |
| Octal | 307 | 157 | 126 | 0 | 54 | 71 | 26 | 15 | 62 | 70 |
| Binary | 11000111 | 1101111 | 1010110 | 0 | 101100 | 111001 | 10110 | 1101 | 110010 | 111000 |
Color Harmonies of #C76F56
Complementary color
Monochromatic Colors of #C76F56
Black with #C76F56
Text Example
Text Example
White with #C76F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76F56; }
p { color: rgb(199,111,86); }
H1.HeaderClassName
{
color: #C76F56;
}
.AnyTagClassName
{
color: #C76F56;
}
</style>
background-color css
<style>
a { background-color: #C76F56; }
a { background-color: rgb(199,111,86); }
div.DivClassName
{
background-color: #C76F56;
}
.BgClassName
{
background-color: #C76F56;
}
</style>
border-color css
<style>
span { border-color: #C76F56; }
span { border-color: rgb(199,111,86); }
td.TdClassName
{
border-color: #C76F56;
}
.TagClassName
{
border-color: #C76F56;
}
</style>