Shades of Japonica #C76C5B
Tints of Japonica #C76C5B
RGB
CMYK
RGB Variations
Color information
#C76C5B (or 0xC76C5B) is known color: Japonica. HEX triplet: C7, 6C and 5B. RGB value is (199,108,91). Sum of RGB (Red+Green+Blue) = 199+108+91=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C5B is #3893A4. Grayscale: #858585. Windows color (decimal): -3707813 or 5991623. OLE color: 5991623.
HSL color Cylindrical-coordinate representation of color #C76C5B: hue angle of 9.44º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C76C5B is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 91 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.22 |
| HSL | 9.44º | 0.49% | 0.57% | - |
| HSV(B) | 9.44º | 0.54% | 0.78% | - |
| XYZ | 30.8 | 23.62 | 12.83 | - |
| YUV | 133.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 91 | 0 | 0.46 | 0.54 | 0.22 | 9.44 | 0.49 | 0.57 |
| Hex | C7 | 6C | 5B | 0 | 2E | 36 | 16 | 9 | 31 | 39 |
| Octal | 307 | 154 | 133 | 0 | 56 | 66 | 26 | 11 | 61 | 71 |
| Binary | 11000111 | 1101100 | 1011011 | 0 | 101110 | 110110 | 10110 | 1001 | 110001 | 111001 |
Color Harmonies of #C76C5B
Complementary color
Monochromatic Colors of #C76C5B
Black with #C76C5B
Text Example
Text Example
White with #C76C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C5B; }
p { color: rgb(199,108,91); }
H1.HeaderClassName
{
color: #C76C5B;
}
.AnyTagClassName
{
color: #C76C5B;
}
</style>
background-color css
<style>
a { background-color: #C76C5B; }
a { background-color: rgb(199,108,91); }
div.DivClassName
{
background-color: #C76C5B;
}
.BgClassName
{
background-color: #C76C5B;
}
</style>
border-color css
<style>
span { border-color: #C76C5B; }
span { border-color: rgb(199,108,91); }
td.TdClassName
{
border-color: #C76C5B;
}
.TagClassName
{
border-color: #C76C5B;
}
</style>