Shades of Christine #C05E22
Tints of Christine #C05E22
RGB
CMYK
RGB Variations
Color information
#C05E22 (or 0xC05E22) is known color: Christine. HEX triplet: C0, 5E and 22. RGB value is (192,94,34). Sum of RGB (Red+Green+Blue) = 192+94+34=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E22 is #3FA1DD. Grayscale: #747474. Windows color (decimal): -4170206 or 2252480. OLE color: 2252480.
HSL color Cylindrical-coordinate representation of color #C05E22: hue angle of 22.78º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C05E22 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 34 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.25 |
| HSL | 22.78º | 0.7% | 0.44% | - |
| HSV(B) | 22.78º | 0.82% | 0.75% | - |
| XYZ | 26.03 | 19.33 | 3.87 | - |
| YUV | 116.46 | 81.47 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 34 | 0 | 0.51 | 0.82 | 0.25 | 22.78 | 0.7 | 0.44 |
| Hex | C0 | 5E | 22 | 0 | 33 | 52 | 19 | 17 | 46 | 2C |
| Octal | 300 | 136 | 42 | 0 | 63 | 122 | 31 | 27 | 106 | 54 |
| Binary | 11000000 | 1011110 | 100010 | 0 | 110011 | 1010010 | 11001 | 10111 | 1000110 | 101100 |
Color Harmonies of #C05E22
Complementary color
Monochromatic Colors of #C05E22
Black with #C05E22
Text Example
Text Example
White with #C05E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05E22; }
p { color: rgb(192,94,34); }
H1.HeaderClassName
{
color: #C05E22;
}
.AnyTagClassName
{
color: #C05E22;
}
</style>
background-color css
<style>
a { background-color: #C05E22; }
a { background-color: rgb(192,94,34); }
div.DivClassName
{
background-color: #C05E22;
}
.BgClassName
{
background-color: #C05E22;
}
</style>
border-color css
<style>
span { border-color: #C05E22; }
span { border-color: rgb(192,94,34); }
td.TdClassName
{
border-color: #C05E22;
}
.TagClassName
{
border-color: #C05E22;
}
</style>