Shades of Christine #C05B24
Tints of Christine #C05B24
RGB
CMYK
RGB Variations
Color information
#C05B24 (or 0xC05B24) is known color: Christine. HEX triplet: C0, 5B and 24. RGB value is (192,91,36). Sum of RGB (Red+Green+Blue) = 192+91+36=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05B24 is #3FA4DB. Grayscale: #737373. Windows color (decimal): -4170972 or 2382784. OLE color: 2382784.
HSL color Cylindrical-coordinate representation of color #C05B24: hue angle of 21.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C05B24 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 36 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.25 |
| HSL | 21.15º | 0.68% | 0.45% | - |
| HSV(B) | 21.15º | 0.81% | 0.75% | - |
| XYZ | 25.8 | 18.82 | 3.94 | - |
| YUV | 114.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 36 | 0 | 0.53 | 0.81 | 0.25 | 21.15 | 0.68 | 0.45 |
| Hex | C0 | 5B | 24 | 0 | 35 | 51 | 19 | 15 | 44 | 2D |
| Octal | 300 | 133 | 44 | 0 | 65 | 121 | 31 | 25 | 104 | 55 |
| Binary | 11000000 | 1011011 | 100100 | 0 | 110101 | 1010001 | 11001 | 10101 | 1000100 | 101101 |
Color Harmonies of #C05B24
Complementary color
Monochromatic Colors of #C05B24
Black with #C05B24
Text Example
Text Example
White with #C05B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B24; }
p { color: rgb(192,91,36); }
H1.HeaderClassName
{
color: #C05B24;
}
.AnyTagClassName
{
color: #C05B24;
}
</style>
background-color css
<style>
a { background-color: #C05B24; }
a { background-color: rgb(192,91,36); }
div.DivClassName
{
background-color: #C05B24;
}
.BgClassName
{
background-color: #C05B24;
}
</style>
border-color css
<style>
span { border-color: #C05B24; }
span { border-color: rgb(192,91,36); }
td.TdClassName
{
border-color: #C05B24;
}
.TagClassName
{
border-color: #C05B24;
}
</style>