Shades of Christine #C05D22
Tints of Christine #C05D22
RGB
CMYK
RGB Variations
Color information
#C05D22 (or 0xC05D22) is known color: Christine. HEX triplet: C0, 5D and 22. RGB value is (192,93,34). Sum of RGB (Red+Green+Blue) = 192+93+34=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D22 is #3FA2DD. Grayscale: #747474. Windows color (decimal): -4170462 or 2252224. OLE color: 2252224.
HSL color Cylindrical-coordinate representation of color #C05D22: hue angle of 22.41º 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 #C05D22 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 34 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.25 |
| HSL | 22.41º | 0.7% | 0.44% | - |
| HSV(B) | 22.41º | 0.82% | 0.75% | - |
| XYZ | 25.94 | 19.15 | 3.84 | - |
| YUV | 115.88 | 81.8 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 34 | 0 | 0.52 | 0.82 | 0.25 | 22.41 | 0.7 | 0.44 |
| Hex | C0 | 5D | 22 | 0 | 34 | 52 | 19 | 16 | 46 | 2C |
| Octal | 300 | 135 | 42 | 0 | 64 | 122 | 31 | 26 | 106 | 54 |
| Binary | 11000000 | 1011101 | 100010 | 0 | 110100 | 1010010 | 11001 | 10110 | 1000110 | 101100 |
Color Harmonies of #C05D22
Complementary color
Monochromatic Colors of #C05D22
Black with #C05D22
Text Example
Text Example
White with #C05D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D22; }
p { color: rgb(192,93,34); }
H1.HeaderClassName
{
color: #C05D22;
}
.AnyTagClassName
{
color: #C05D22;
}
</style>
background-color css
<style>
a { background-color: #C05D22; }
a { background-color: rgb(192,93,34); }
div.DivClassName
{
background-color: #C05D22;
}
.BgClassName
{
background-color: #C05D22;
}
</style>
border-color css
<style>
span { border-color: #C05D22; }
span { border-color: rgb(192,93,34); }
td.TdClassName
{
border-color: #C05D22;
}
.TagClassName
{
border-color: #C05D22;
}
</style>