Shades of Christine #C06122
Tints of Christine #C06122
RGB
CMYK
RGB Variations
Color information
#C06122 (or 0xC06122) is known color: Christine. HEX triplet: C0, 61 and 22. RGB value is (192,97,34). Sum of RGB (Red+Green+Blue) = 192+97+34=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C06122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06122 is #3F9EDD. Grayscale: #767676. Windows color (decimal): -4169438 or 2253248. OLE color: 2253248.
HSL color Cylindrical-coordinate representation of color #C06122: hue angle of 23.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C06122 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 34 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.25 |
| HSL | 23.92º | 0.7% | 0.44% | - |
| HSV(B) | 23.92º | 0.82% | 0.75% | - |
| XYZ | 26.3 | 19.87 | 3.96 | - |
| YUV | 118.22 | 80.47 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 34 | 0 | 0.49 | 0.82 | 0.25 | 23.92 | 0.7 | 0.44 |
| Hex | C0 | 61 | 22 | 0 | 31 | 52 | 19 | 18 | 46 | 2C |
| Octal | 300 | 141 | 42 | 0 | 61 | 122 | 31 | 30 | 106 | 54 |
| Binary | 11000000 | 1100001 | 100010 | 0 | 110001 | 1010010 | 11001 | 11000 | 1000110 | 101100 |
Color Harmonies of #C06122
Complementary color
Monochromatic Colors of #C06122
Black with #C06122
Text Example
Text Example
White with #C06122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06122; }
p { color: rgb(192,97,34); }
H1.HeaderClassName
{
color: #C06122;
}
.AnyTagClassName
{
color: #C06122;
}
</style>
background-color css
<style>
a { background-color: #C06122; }
a { background-color: rgb(192,97,34); }
div.DivClassName
{
background-color: #C06122;
}
.BgClassName
{
background-color: #C06122;
}
</style>
border-color css
<style>
span { border-color: #C06122; }
span { border-color: rgb(192,97,34); }
td.TdClassName
{
border-color: #C06122;
}
.TagClassName
{
border-color: #C06122;
}
</style>