Shades of Japonica #C76C56
Tints of Japonica #C76C56
RGB
CMYK
RGB Variations
Color information
#C76C56 (or 0xC76C56) is known color: Japonica. HEX triplet: C7, 6C and 56. RGB value is (199,108,86). Sum of RGB (Red+Green+Blue) = 199+108+86=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C56 is #3893A9. Grayscale: #848484. Windows color (decimal): -3707818 or 5663943. OLE color: 5663943.
HSL color Cylindrical-coordinate representation of color #C76C56: hue angle of 11.68º 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 #C76C56 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 86 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.22 |
| HSL | 11.68º | 0.5% | 0.56% | - |
| HSV(B) | 11.68º | 0.57% | 0.78% | - |
| XYZ | 30.6 | 23.54 | 11.74 | - |
| YUV | 132.7 | 101.65 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 86 | 0 | 0.46 | 0.57 | 0.22 | 11.68 | 0.5 | 0.56 |
| Hex | C7 | 6C | 56 | 0 | 2E | 39 | 16 | C | 32 | 38 |
| Octal | 307 | 154 | 126 | 0 | 56 | 71 | 26 | 14 | 62 | 70 |
| Binary | 11000111 | 1101100 | 1010110 | 0 | 101110 | 111001 | 10110 | 1100 | 110010 | 111000 |
Color Harmonies of #C76C56
Complementary color
Monochromatic Colors of #C76C56
Black with #C76C56
Text Example
Text Example
White with #C76C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C56; }
p { color: rgb(199,108,86); }
H1.HeaderClassName
{
color: #C76C56;
}
.AnyTagClassName
{
color: #C76C56;
}
</style>
background-color css
<style>
a { background-color: #C76C56; }
a { background-color: rgb(199,108,86); }
div.DivClassName
{
background-color: #C76C56;
}
.BgClassName
{
background-color: #C76C56;
}
</style>
border-color css
<style>
span { border-color: #C76C56; }
span { border-color: rgb(199,108,86); }
td.TdClassName
{
border-color: #C76C56;
}
.TagClassName
{
border-color: #C76C56;
}
</style>