Shades of Christine #C75620
Tints of Christine #C75620
RGB
CMYK
RGB Variations
Color information
#C75620 (or 0xC75620) is known color: Christine. HEX triplet: C7, 56 and 20. RGB value is (199,86,32). Sum of RGB (Red+Green+Blue) = 199+86+32=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C75620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75620 is #38A9DF. Grayscale: #717171. Windows color (decimal): -3713504 or 2119367. OLE color: 2119367.
HSL color Cylindrical-coordinate representation of color #C75620: hue angle of 19.4º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C75620 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 32 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.22 |
| HSL | 19.4º | 0.72% | 0.45% | - |
| HSV(B) | 19.4º | 0.84% | 0.78% | - |
| XYZ | 27.14 | 18.9 | 3.58 | - |
| YUV | 113.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 32 | 0 | 0.57 | 0.84 | 0.22 | 19.4 | 0.72 | 0.45 |
| Hex | C7 | 56 | 20 | 0 | 39 | 54 | 16 | 13 | 48 | 2D |
| Octal | 307 | 126 | 40 | 0 | 71 | 124 | 26 | 23 | 110 | 55 |
| Binary | 11000111 | 1010110 | 100000 | 0 | 111001 | 1010100 | 10110 | 10011 | 1001000 | 101101 |
Color Harmonies of #C75620
Complementary color
Monochromatic Colors of #C75620
Black with #C75620
Text Example
Text Example
White with #C75620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75620; }
p { color: rgb(199,86,32); }
H1.HeaderClassName
{
color: #C75620;
}
.AnyTagClassName
{
color: #C75620;
}
</style>
background-color css
<style>
a { background-color: #C75620; }
a { background-color: rgb(199,86,32); }
div.DivClassName
{
background-color: #C75620;
}
.BgClassName
{
background-color: #C75620;
}
</style>
border-color css
<style>
span { border-color: #C75620; }
span { border-color: rgb(199,86,32); }
td.TdClassName
{
border-color: #C75620;
}
.TagClassName
{
border-color: #C75620;
}
</style>