Shades of Christine #C05A19
Tints of Christine #C05A19
RGB
CMYK
RGB Variations
Color information
#C05A19 (or 0xC05A19) is known color: Christine. HEX triplet: C0, 5A and 19. RGB value is (192,90,25). Sum of RGB (Red+Green+Blue) = 192+90+25=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05A19 is #3FA5E6. Grayscale: #717171. Windows color (decimal): -4171239 or 1661632. OLE color: 1661632.
HSL color Cylindrical-coordinate representation of color #C05A19: hue angle of 23.35º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C05A19 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 25 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.25 |
| HSL | 23.35º | 0.77% | 0.43% | - |
| HSV(B) | 23.35º | 0.87% | 0.75% | - |
| XYZ | 25.57 | 18.59 | 3.16 | - |
| YUV | 113.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 25 | 0 | 0.53 | 0.87 | 0.25 | 23.35 | 0.77 | 0.43 |
| Hex | C0 | 5A | 19 | 0 | 35 | 57 | 19 | 17 | 4D | 2B |
| Octal | 300 | 132 | 31 | 0 | 65 | 127 | 31 | 27 | 115 | 53 |
| Binary | 11000000 | 1011010 | 11001 | 0 | 110101 | 1010111 | 11001 | 10111 | 1001101 | 101011 |
Color Harmonies of #C05A19
Complementary color
Monochromatic Colors of #C05A19
Black with #C05A19
Text Example
Text Example
White with #C05A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A19; }
p { color: rgb(192,90,25); }
H1.HeaderClassName
{
color: #C05A19;
}
.AnyTagClassName
{
color: #C05A19;
}
</style>
background-color css
<style>
a { background-color: #C05A19; }
a { background-color: rgb(192,90,25); }
div.DivClassName
{
background-color: #C05A19;
}
.BgClassName
{
background-color: #C05A19;
}
</style>
border-color css
<style>
span { border-color: #C05A19; }
span { border-color: rgb(192,90,25); }
td.TdClassName
{
border-color: #C05A19;
}
.TagClassName
{
border-color: #C05A19;
}
</style>