Shades of Christine #C75C22
Tints of Christine #C75C22
RGB
CMYK
RGB Variations
Color information
#C75C22 (or 0xC75C22) is known color: Christine. HEX triplet: C7, 5C and 22. RGB value is (199,92,34). Sum of RGB (Red+Green+Blue) = 199+92+34=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75C22 is #38A3DD. Grayscale: #757575. Windows color (decimal): -3711966 or 2251975. OLE color: 2251975.
HSL color Cylindrical-coordinate representation of color #C75C22: hue angle of 21.09º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C75C22 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 34 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.22 |
| HSL | 21.09º | 0.71% | 0.46% | - |
| HSV(B) | 21.09º | 0.83% | 0.78% | - |
| XYZ | 27.67 | 19.91 | 3.9 | - |
| YUV | 117.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 34 | 0 | 0.54 | 0.83 | 0.22 | 21.09 | 0.71 | 0.46 |
| Hex | C7 | 5C | 22 | 0 | 36 | 53 | 16 | 15 | 47 | 2E |
| Octal | 307 | 134 | 42 | 0 | 66 | 123 | 26 | 25 | 107 | 56 |
| Binary | 11000111 | 1011100 | 100010 | 0 | 110110 | 1010011 | 10110 | 10101 | 1000111 | 101110 |
Color Harmonies of #C75C22
Complementary color
Monochromatic Colors of #C75C22
Black with #C75C22
Text Example
Text Example
White with #C75C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C22; }
p { color: rgb(199,92,34); }
H1.HeaderClassName
{
color: #C75C22;
}
.AnyTagClassName
{
color: #C75C22;
}
</style>
background-color css
<style>
a { background-color: #C75C22; }
a { background-color: rgb(199,92,34); }
div.DivClassName
{
background-color: #C75C22;
}
.BgClassName
{
background-color: #C75C22;
}
</style>
border-color css
<style>
span { border-color: #C75C22; }
span { border-color: rgb(199,92,34); }
td.TdClassName
{
border-color: #C75C22;
}
.TagClassName
{
border-color: #C75C22;
}
</style>