Shades of Christine #C76223
Tints of Christine #C76223
RGB
CMYK
RGB Variations
Color information
#C76223 (or 0xC76223) is known color: Christine. HEX triplet: C7, 62 and 23. RGB value is (199,98,35). Sum of RGB (Red+Green+Blue) = 199+98+35=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C76223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76223 is #389DDC. Grayscale: #797979. Windows color (decimal): -3710429 or 2319047. OLE color: 2319047.
HSL color Cylindrical-coordinate representation of color #C76223: hue angle of 23.05º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C76223 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 35 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.22 |
| HSL | 23.05º | 0.7% | 0.46% | - |
| HSV(B) | 23.05º | 0.82% | 0.78% | - |
| XYZ | 28.22 | 21 | 4.16 | - |
| YUV | 121.02 | 79.46 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 35 | 0 | 0.51 | 0.82 | 0.22 | 23.05 | 0.7 | 0.46 |
| Hex | C7 | 62 | 23 | 0 | 33 | 52 | 16 | 17 | 46 | 2E |
| Octal | 307 | 142 | 43 | 0 | 63 | 122 | 26 | 27 | 106 | 56 |
| Binary | 11000111 | 1100010 | 100011 | 0 | 110011 | 1010010 | 10110 | 10111 | 1000110 | 101110 |
Color Harmonies of #C76223
Complementary color
Monochromatic Colors of #C76223
Black with #C76223
Text Example
Text Example
White with #C76223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76223; }
p { color: rgb(199,98,35); }
H1.HeaderClassName
{
color: #C76223;
}
.AnyTagClassName
{
color: #C76223;
}
</style>
background-color css
<style>
a { background-color: #C76223; }
a { background-color: rgb(199,98,35); }
div.DivClassName
{
background-color: #C76223;
}
.BgClassName
{
background-color: #C76223;
}
</style>
border-color css
<style>
span { border-color: #C76223; }
span { border-color: rgb(199,98,35); }
td.TdClassName
{
border-color: #C76223;
}
.TagClassName
{
border-color: #C76223;
}
</style>