Shades of Japonica #C76D5B
Tints of Japonica #C76D5B
RGB
CMYK
RGB Variations
Color information
#C76D5B (or 0xC76D5B) is known color: Japonica. HEX triplet: C7, 6D and 5B. RGB value is (199,109,91). Sum of RGB (Red+Green+Blue) = 199+109+91=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D5B is #3892A4. Grayscale: #868686. Windows color (decimal): -3707557 or 5991879. OLE color: 5991879.
HSL color Cylindrical-coordinate representation of color #C76D5B: hue angle of 10º 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 #C76D5B is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 91 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.22 |
| HSL | 10º | 0.49% | 0.57% | - |
| HSV(B) | 10º | 0.54% | 0.78% | - |
| XYZ | 30.91 | 23.83 | 12.87 | - |
| YUV | 133.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 91 | 0 | 0.45 | 0.54 | 0.22 | 10 | 0.49 | 0.57 |
| Hex | C7 | 6D | 5B | 0 | 2D | 36 | 16 | A | 31 | 39 |
| Octal | 307 | 155 | 133 | 0 | 55 | 66 | 26 | 12 | 61 | 71 |
| Binary | 11000111 | 1101101 | 1011011 | 0 | 101101 | 110110 | 10110 | 1010 | 110001 | 111001 |
Color Harmonies of #C76D5B
Complementary color
Monochromatic Colors of #C76D5B
Black with #C76D5B
Text Example
Text Example
White with #C76D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D5B; }
p { color: rgb(199,109,91); }
H1.HeaderClassName
{
color: #C76D5B;
}
.AnyTagClassName
{
color: #C76D5B;
}
</style>
background-color css
<style>
a { background-color: #C76D5B; }
a { background-color: rgb(199,109,91); }
div.DivClassName
{
background-color: #C76D5B;
}
.BgClassName
{
background-color: #C76D5B;
}
</style>
border-color css
<style>
span { border-color: #C76D5B; }
span { border-color: rgb(199,109,91); }
td.TdClassName
{
border-color: #C76D5B;
}
.TagClassName
{
border-color: #C76D5B;
}
</style>