Shades of Christine #C05A28
Tints of Christine #C05A28
RGB
CMYK
RGB Variations
Color information
#C05A28 (or 0xC05A28) is known color: Christine. HEX triplet: C0, 5A and 28. RGB value is (192,90,40). Sum of RGB (Red+Green+Blue) = 192+90+40=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A28 is #3FA5D7. Grayscale: #737373. Windows color (decimal): -4171224 or 2644672. OLE color: 2644672.
HSL color Cylindrical-coordinate representation of color #C05A28: hue angle of 19.74º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C05A28 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 40 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.25 |
| HSL | 19.74º | 0.66% | 0.45% | - |
| HSV(B) | 19.74º | 0.79% | 0.75% | - |
| XYZ | 25.78 | 18.67 | 4.25 | - |
| YUV | 114.8 | 85.79 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 40 | 0 | 0.53 | 0.79 | 0.25 | 19.74 | 0.66 | 0.45 |
| Hex | C0 | 5A | 28 | 0 | 35 | 4F | 19 | 14 | 42 | 2D |
| Octal | 300 | 132 | 50 | 0 | 65 | 117 | 31 | 24 | 102 | 55 |
| Binary | 11000000 | 1011010 | 101000 | 0 | 110101 | 1001111 | 11001 | 10100 | 1000010 | 101101 |
Color Harmonies of #C05A28
Complementary color
Monochromatic Colors of #C05A28
Black with #C05A28
Text Example
Text Example
White with #C05A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A28; }
p { color: rgb(192,90,40); }
H1.HeaderClassName
{
color: #C05A28;
}
.AnyTagClassName
{
color: #C05A28;
}
</style>
background-color css
<style>
a { background-color: #C05A28; }
a { background-color: rgb(192,90,40); }
div.DivClassName
{
background-color: #C05A28;
}
.BgClassName
{
background-color: #C05A28;
}
</style>
border-color css
<style>
span { border-color: #C05A28; }
span { border-color: rgb(192,90,40); }
td.TdClassName
{
border-color: #C05A28;
}
.TagClassName
{
border-color: #C05A28;
}
</style>