Shades of Christine #C0601F
Tints of Christine #C0601F
RGB
CMYK
RGB Variations
Color information
#C0601F (or 0xC0601F) is known color: Christine. HEX triplet: C0, 60 and 1F. RGB value is (192,96,31). Sum of RGB (Red+Green+Blue) = 192+96+31=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0601F is #3F9FE0. Grayscale: #757575. Windows color (decimal): -4169697 or 2056384. OLE color: 2056384.
HSL color Cylindrical-coordinate representation of color #C0601F: hue angle of 24.22º 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 #C0601F is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 31 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.25 |
| HSL | 24.22º | 0.72% | 0.44% | - |
| HSV(B) | 24.22º | 0.84% | 0.75% | - |
| XYZ | 26.17 | 19.67 | 3.71 | - |
| YUV | 117.29 | 79.3 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 31 | 0 | 0.50 | 0.84 | 0.25 | 24.22 | 0.72 | 0.44 |
| Hex | C0 | 60 | 1F | 0 | 32 | 54 | 19 | 18 | 48 | 2C |
| Octal | 300 | 140 | 37 | 0 | 62 | 124 | 31 | 30 | 110 | 54 |
| Binary | 11000000 | 1100000 | 11111 | 0 | 110010 | 1010100 | 11001 | 11000 | 1001000 | 101100 |
Color Harmonies of #C0601F
Complementary color
Monochromatic Colors of #C0601F
Black with #C0601F
Text Example
Text Example
White with #C0601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0601F; }
p { color: rgb(192,96,31); }
H1.HeaderClassName
{
color: #C0601F;
}
.AnyTagClassName
{
color: #C0601F;
}
</style>
background-color css
<style>
a { background-color: #C0601F; }
a { background-color: rgb(192,96,31); }
div.DivClassName
{
background-color: #C0601F;
}
.BgClassName
{
background-color: #C0601F;
}
</style>
border-color css
<style>
span { border-color: #C0601F; }
span { border-color: rgb(192,96,31); }
td.TdClassName
{
border-color: #C0601F;
}
.TagClassName
{
border-color: #C0601F;
}
</style>