Shades of Christine #C05A1D
Tints of Christine #C05A1D
RGB
CMYK
RGB Variations
Color information
#C05A1D (or 0xC05A1D) is known color: Christine. HEX triplet: C0, 5A and 1D. RGB value is (192,90,29). Sum of RGB (Red+Green+Blue) = 192+90+29=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A1D is #3FA5E2. Grayscale: #717171. Windows color (decimal): -4171235 or 1923776. OLE color: 1923776.
HSL color Cylindrical-coordinate representation of color #C05A1D: hue angle of 22.45º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C05A1D is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 29 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.25 |
| HSL | 22.45º | 0.74% | 0.43% | - |
| HSV(B) | 22.45º | 0.85% | 0.75% | - |
| XYZ | 25.62 | 18.61 | 3.4 | - |
| YUV | 113.54 | 80.29 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 29 | 0 | 0.53 | 0.85 | 0.25 | 22.45 | 0.74 | 0.43 |
| Hex | C0 | 5A | 1D | 0 | 35 | 55 | 19 | 16 | 4A | 2B |
| Octal | 300 | 132 | 35 | 0 | 65 | 125 | 31 | 26 | 112 | 53 |
| Binary | 11000000 | 1011010 | 11101 | 0 | 110101 | 1010101 | 11001 | 10110 | 1001010 | 101011 |
Color Harmonies of #C05A1D
Complementary color
Monochromatic Colors of #C05A1D
Black with #C05A1D
Text Example
Text Example
White with #C05A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A1D; }
p { color: rgb(192,90,29); }
H1.HeaderClassName
{
color: #C05A1D;
}
.AnyTagClassName
{
color: #C05A1D;
}
</style>
background-color css
<style>
a { background-color: #C05A1D; }
a { background-color: rgb(192,90,29); }
div.DivClassName
{
background-color: #C05A1D;
}
.BgClassName
{
background-color: #C05A1D;
}
</style>
border-color css
<style>
span { border-color: #C05A1D; }
span { border-color: rgb(192,90,29); }
td.TdClassName
{
border-color: #C05A1D;
}
.TagClassName
{
border-color: #C05A1D;
}
</style>