Shades of Christine #C05A20
Tints of Christine #C05A20
RGB
CMYK
RGB Variations
Color information
#C05A20 (or 0xC05A20) is known color: Christine. HEX triplet: C0, 5A and 20. RGB value is (192,90,32). Sum of RGB (Red+Green+Blue) = 192+90+32=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A20 is #3FA5DF. Grayscale: #727272. Windows color (decimal): -4171232 or 2120384. OLE color: 2120384.
HSL color Cylindrical-coordinate representation of color #C05A20: hue angle of 21.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C05A20 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 32 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.25 |
| HSL | 21.75º | 0.71% | 0.44% | - |
| HSV(B) | 21.75º | 0.83% | 0.75% | - |
| XYZ | 25.66 | 18.62 | 3.61 | - |
| YUV | 113.89 | 81.79 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 32 | 0 | 0.53 | 0.83 | 0.25 | 21.75 | 0.71 | 0.44 |
| Hex | C0 | 5A | 20 | 0 | 35 | 53 | 19 | 16 | 47 | 2C |
| Octal | 300 | 132 | 40 | 0 | 65 | 123 | 31 | 26 | 107 | 54 |
| Binary | 11000000 | 1011010 | 100000 | 0 | 110101 | 1010011 | 11001 | 10110 | 1000111 | 101100 |
Color Harmonies of #C05A20
Complementary color
Monochromatic Colors of #C05A20
Black with #C05A20
Text Example
Text Example
White with #C05A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A20; }
p { color: rgb(192,90,32); }
H1.HeaderClassName
{
color: #C05A20;
}
.AnyTagClassName
{
color: #C05A20;
}
</style>
background-color css
<style>
a { background-color: #C05A20; }
a { background-color: rgb(192,90,32); }
div.DivClassName
{
background-color: #C05A20;
}
.BgClassName
{
background-color: #C05A20;
}
</style>
border-color css
<style>
span { border-color: #C05A20; }
span { border-color: rgb(192,90,32); }
td.TdClassName
{
border-color: #C05A20;
}
.TagClassName
{
border-color: #C05A20;
}
</style>