Shades of Christine #C05A22
Tints of Christine #C05A22
RGB
CMYK
RGB Variations
Color information
#C05A22 (or 0xC05A22) is known color: Christine. HEX triplet: C0, 5A and 22. RGB value is (192,90,34). Sum of RGB (Red+Green+Blue) = 192+90+34=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 34 (13.67% from 255 or 10.76% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A22 is #3FA5DD. Grayscale: #727272. Windows color (decimal): -4171230 or 2251456. OLE color: 2251456.
HSL color Cylindrical-coordinate representation of color #C05A22: hue angle of 21.27º 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 #C05A22 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 34 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.25 |
| HSL | 21.27º | 0.7% | 0.44% | - |
| HSV(B) | 21.27º | 0.82% | 0.75% | - |
| XYZ | 25.68 | 18.63 | 3.76 | - |
| YUV | 114.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 34 | 0 | 0.53 | 0.82 | 0.25 | 21.27 | 0.7 | 0.44 |
| Hex | C0 | 5A | 22 | 0 | 35 | 52 | 19 | 15 | 46 | 2C |
| Octal | 300 | 132 | 42 | 0 | 65 | 122 | 31 | 25 | 106 | 54 |
| Binary | 11000000 | 1011010 | 100010 | 0 | 110101 | 1010010 | 11001 | 10101 | 1000110 | 101100 |
Color Harmonies of #C05A22
Complementary color
Monochromatic Colors of #C05A22
Black with #C05A22
Text Example
Text Example
White with #C05A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A22; }
p { color: rgb(192,90,34); }
H1.HeaderClassName
{
color: #C05A22;
}
.AnyTagClassName
{
color: #C05A22;
}
</style>
background-color css
<style>
a { background-color: #C05A22; }
a { background-color: rgb(192,90,34); }
div.DivClassName
{
background-color: #C05A22;
}
.BgClassName
{
background-color: #C05A22;
}
</style>
border-color css
<style>
span { border-color: #C05A22; }
span { border-color: rgb(192,90,34); }
td.TdClassName
{
border-color: #C05A22;
}
.TagClassName
{
border-color: #C05A22;
}
</style>