Shades of Christine #C76D2E
Tints of Christine #C76D2E
RGB
CMYK
RGB Variations
Color information
#C76D2E (or 0xC76D2E) is known color: Christine. HEX triplet: C7, 6D and 2E. RGB value is (199,109,46). Sum of RGB (Red+Green+Blue) = 199+109+46=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D2E is #3892D1. Grayscale: #818181. Windows color (decimal): -3707602 or 3042759. OLE color: 3042759.
HSL color Cylindrical-coordinate representation of color #C76D2E: hue angle of 24.71º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C76D2E is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 46 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.22 |
| HSL | 24.71º | 0.62% | 0.48% | - |
| HSV(B) | 24.71º | 0.77% | 0.78% | - |
| XYZ | 29.51 | 23.28 | 5.52 | - |
| YUV | 128.73 | 81.32 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 46 | 0 | 0.45 | 0.77 | 0.22 | 24.71 | 0.62 | 0.48 |
| Hex | C7 | 6D | 2E | 0 | 2D | 4D | 16 | 19 | 3E | 30 |
| Octal | 307 | 155 | 56 | 0 | 55 | 115 | 26 | 31 | 76 | 60 |
| Binary | 11000111 | 1101101 | 101110 | 0 | 101101 | 1001101 | 10110 | 11001 | 111110 | 110000 |
Color Harmonies of #C76D2E
Complementary color
Monochromatic Colors of #C76D2E
Black with #C76D2E
Text Example
Text Example
White with #C76D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D2E; }
p { color: rgb(199,109,46); }
H1.HeaderClassName
{
color: #C76D2E;
}
.AnyTagClassName
{
color: #C76D2E;
}
</style>
background-color css
<style>
a { background-color: #C76D2E; }
a { background-color: rgb(199,109,46); }
div.DivClassName
{
background-color: #C76D2E;
}
.BgClassName
{
background-color: #C76D2E;
}
</style>
border-color css
<style>
span { border-color: #C76D2E; }
span { border-color: rgb(199,109,46); }
td.TdClassName
{
border-color: #C76D2E;
}
.TagClassName
{
border-color: #C76D2E;
}
</style>