Shades of Christine #C0602C
Tints of Christine #C0602C
RGB
CMYK
RGB Variations
Color information
#C0602C (or 0xC0602C) is known color: Christine. HEX triplet: C0, 60 and 2C. RGB value is (192,96,44). Sum of RGB (Red+Green+Blue) = 192+96+44=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0602C is #3F9FD3. Grayscale: #777777. Windows color (decimal): -4169684 or 2908352. OLE color: 2908352.
HSL color Cylindrical-coordinate representation of color #C0602C: hue angle of 21.08º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0602C is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 44 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.25 |
| HSL | 21.08º | 0.63% | 0.46% | - |
| HSV(B) | 21.08º | 0.77% | 0.75% | - |
| XYZ | 26.38 | 19.75 | 4.81 | - |
| YUV | 118.78 | 85.8 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 44 | 0 | 0.50 | 0.77 | 0.25 | 21.08 | 0.63 | 0.46 |
| Hex | C0 | 60 | 2C | 0 | 32 | 4D | 19 | 15 | 3F | 2E |
| Octal | 300 | 140 | 54 | 0 | 62 | 115 | 31 | 25 | 77 | 56 |
| Binary | 11000000 | 1100000 | 101100 | 0 | 110010 | 1001101 | 11001 | 10101 | 111111 | 101110 |
Color Harmonies of #C0602C
Complementary color
Monochromatic Colors of #C0602C
Black with #C0602C
Text Example
Text Example
White with #C0602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0602C; }
p { color: rgb(192,96,44); }
H1.HeaderClassName
{
color: #C0602C;
}
.AnyTagClassName
{
color: #C0602C;
}
</style>
background-color css
<style>
a { background-color: #C0602C; }
a { background-color: rgb(192,96,44); }
div.DivClassName
{
background-color: #C0602C;
}
.BgClassName
{
background-color: #C0602C;
}
</style>
border-color css
<style>
span { border-color: #C0602C; }
span { border-color: rgb(192,96,44); }
td.TdClassName
{
border-color: #C0602C;
}
.TagClassName
{
border-color: #C0602C;
}
</style>