Shades of Christine #C05A1F
Tints of Christine #C05A1F
RGB
CMYK
RGB Variations
Color information
#C05A1F (or 0xC05A1F) is known color: Christine. HEX triplet: C0, 5A and 1F. RGB value is (192,90,31). Sum of RGB (Red+Green+Blue) = 192+90+31=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A1F is #3FA5E0. Grayscale: #727272. Windows color (decimal): -4171233 or 2054848. OLE color: 2054848.
HSL color Cylindrical-coordinate representation of color #C05A1F: hue angle of 21.99º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C05A1F is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 31 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.25 |
| HSL | 21.99º | 0.72% | 0.44% | - |
| HSV(B) | 21.99º | 0.84% | 0.75% | - |
| XYZ | 25.64 | 18.62 | 3.54 | - |
| YUV | 113.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 31 | 0 | 0.53 | 0.84 | 0.25 | 21.99 | 0.72 | 0.44 |
| Hex | C0 | 5A | 1F | 0 | 35 | 54 | 19 | 16 | 48 | 2C |
| Octal | 300 | 132 | 37 | 0 | 65 | 124 | 31 | 26 | 110 | 54 |
| Binary | 11000000 | 1011010 | 11111 | 0 | 110101 | 1010100 | 11001 | 10110 | 1001000 | 101100 |
Color Harmonies of #C05A1F
Complementary color
Monochromatic Colors of #C05A1F
Black with #C05A1F
Text Example
Text Example
White with #C05A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A1F; }
p { color: rgb(192,90,31); }
H1.HeaderClassName
{
color: #C05A1F;
}
.AnyTagClassName
{
color: #C05A1F;
}
</style>
background-color css
<style>
a { background-color: #C05A1F; }
a { background-color: rgb(192,90,31); }
div.DivClassName
{
background-color: #C05A1F;
}
.BgClassName
{
background-color: #C05A1F;
}
</style>
border-color css
<style>
span { border-color: #C05A1F; }
span { border-color: rgb(192,90,31); }
td.TdClassName
{
border-color: #C05A1F;
}
.TagClassName
{
border-color: #C05A1F;
}
</style>