Shades of Christine #C06124
Tints of Christine #C06124
RGB
CMYK
RGB Variations
Color information
#C06124 (or 0xC06124) is known color: Christine. HEX triplet: C0, 61 and 24. RGB value is (192,97,36). Sum of RGB (Red+Green+Blue) = 192+97+36=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C06124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06124 is #3F9EDB. Grayscale: #767676. Windows color (decimal): -4169436 or 2384320. OLE color: 2384320.
HSL color Cylindrical-coordinate representation of color #C06124: hue angle of 23.46º 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 #C06124 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 36 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.25 |
| HSL | 23.46º | 0.68% | 0.45% | - |
| HSV(B) | 23.46º | 0.81% | 0.75% | - |
| XYZ | 26.33 | 19.88 | 4.12 | - |
| YUV | 118.45 | 81.47 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 36 | 0 | 0.49 | 0.81 | 0.25 | 23.46 | 0.68 | 0.45 |
| Hex | C0 | 61 | 24 | 0 | 31 | 51 | 19 | 17 | 44 | 2D |
| Octal | 300 | 141 | 44 | 0 | 61 | 121 | 31 | 27 | 104 | 55 |
| Binary | 11000000 | 1100001 | 100100 | 0 | 110001 | 1010001 | 11001 | 10111 | 1000100 | 101101 |
Color Harmonies of #C06124
Complementary color
Monochromatic Colors of #C06124
Black with #C06124
Text Example
Text Example
White with #C06124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06124; }
p { color: rgb(192,97,36); }
H1.HeaderClassName
{
color: #C06124;
}
.AnyTagClassName
{
color: #C06124;
}
</style>
background-color css
<style>
a { background-color: #C06124; }
a { background-color: rgb(192,97,36); }
div.DivClassName
{
background-color: #C06124;
}
.BgClassName
{
background-color: #C06124;
}
</style>
border-color css
<style>
span { border-color: #C06124; }
span { border-color: rgb(192,97,36); }
td.TdClassName
{
border-color: #C06124;
}
.TagClassName
{
border-color: #C06124;
}
</style>