Shades of Christine #C05C22
Tints of Christine #C05C22
RGB
CMYK
RGB Variations
Color information
#C05C22 (or 0xC05C22) is known color: Christine. HEX triplet: C0, 5C and 22. RGB value is (192,92,34). Sum of RGB (Red+Green+Blue) = 192+92+34=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C22 is #3FA3DD. Grayscale: #737373. Windows color (decimal): -4170718 or 2251968. OLE color: 2251968.
HSL color Cylindrical-coordinate representation of color #C05C22: hue angle of 22.03º 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 #C05C22 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 34 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.25 |
| HSL | 22.03º | 0.7% | 0.44% | - |
| HSV(B) | 22.03º | 0.82% | 0.75% | - |
| XYZ | 25.85 | 18.98 | 3.81 | - |
| YUV | 115.29 | 82.13 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 34 | 0 | 0.52 | 0.82 | 0.25 | 22.03 | 0.7 | 0.44 |
| Hex | C0 | 5C | 22 | 0 | 34 | 52 | 19 | 16 | 46 | 2C |
| Octal | 300 | 134 | 42 | 0 | 64 | 122 | 31 | 26 | 106 | 54 |
| Binary | 11000000 | 1011100 | 100010 | 0 | 110100 | 1010010 | 11001 | 10110 | 1000110 | 101100 |
Color Harmonies of #C05C22
Complementary color
Monochromatic Colors of #C05C22
Black with #C05C22
Text Example
Text Example
White with #C05C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C22; }
p { color: rgb(192,92,34); }
H1.HeaderClassName
{
color: #C05C22;
}
.AnyTagClassName
{
color: #C05C22;
}
</style>
background-color css
<style>
a { background-color: #C05C22; }
a { background-color: rgb(192,92,34); }
div.DivClassName
{
background-color: #C05C22;
}
.BgClassName
{
background-color: #C05C22;
}
</style>
border-color css
<style>
span { border-color: #C05C22; }
span { border-color: rgb(192,92,34); }
td.TdClassName
{
border-color: #C05C22;
}
.TagClassName
{
border-color: #C05C22;
}
</style>