Shades of Christine #C76E2F
Tints of Christine #C76E2F
RGB
CMYK
RGB Variations
Color information
#C76E2F (or 0xC76E2F) is known color: Christine. HEX triplet: C7, 6E and 2F. RGB value is (199,110,47). Sum of RGB (Red+Green+Blue) = 199+110+47=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E2F is #3891D0. Grayscale: #818181. Windows color (decimal): -3707345 or 3108551. OLE color: 3108551.
HSL color Cylindrical-coordinate representation of color #C76E2F: hue angle of 24.87º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C76E2F is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 47 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.22 |
| HSL | 24.87º | 0.62% | 0.48% | - |
| HSV(B) | 24.87º | 0.76% | 0.78% | - |
| XYZ | 29.64 | 23.5 | 5.66 | - |
| YUV | 129.43 | 81.49 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 47 | 0 | 0.45 | 0.76 | 0.22 | 24.87 | 0.62 | 0.48 |
| Hex | C7 | 6E | 2F | 0 | 2D | 4C | 16 | 19 | 3E | 30 |
| Octal | 307 | 156 | 57 | 0 | 55 | 114 | 26 | 31 | 76 | 60 |
| Binary | 11000111 | 1101110 | 101111 | 0 | 101101 | 1001100 | 10110 | 11001 | 111110 | 110000 |
Color Harmonies of #C76E2F
Complementary color
Monochromatic Colors of #C76E2F
Black with #C76E2F
Text Example
Text Example
White with #C76E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E2F; }
p { color: rgb(199,110,47); }
H1.HeaderClassName
{
color: #C76E2F;
}
.AnyTagClassName
{
color: #C76E2F;
}
</style>
background-color css
<style>
a { background-color: #C76E2F; }
a { background-color: rgb(199,110,47); }
div.DivClassName
{
background-color: #C76E2F;
}
.BgClassName
{
background-color: #C76E2F;
}
</style>
border-color css
<style>
span { border-color: #C76E2F; }
span { border-color: rgb(199,110,47); }
td.TdClassName
{
border-color: #C76E2F;
}
.TagClassName
{
border-color: #C76E2F;
}
</style>