Shades of Christine #C0611B
Tints of Christine #C0611B
RGB
CMYK
RGB Variations
Color information
#C0611B (or 0xC0611B) is known color: Christine. HEX triplet: C0, 61 and 1B. RGB value is (192,97,27). Sum of RGB (Red+Green+Blue) = 192+97+27=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C0611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0611B is #3F9EE4. Grayscale: #757575. Windows color (decimal): -4169445 or 1794496. OLE color: 1794496.
HSL color Cylindrical-coordinate representation of color #C0611B: hue angle of 25.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0611B is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 27 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.25 |
| HSL | 25.45º | 0.75% | 0.43% | - |
| HSV(B) | 25.45º | 0.86% | 0.75% | - |
| XYZ | 26.21 | 19.83 | 3.48 | - |
| YUV | 117.43 | 76.97 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 27 | 0 | 0.49 | 0.86 | 0.25 | 25.45 | 0.75 | 0.43 |
| Hex | C0 | 61 | 1B | 0 | 31 | 56 | 19 | 19 | 4B | 2B |
| Octal | 300 | 141 | 33 | 0 | 61 | 126 | 31 | 31 | 113 | 53 |
| Binary | 11000000 | 1100001 | 11011 | 0 | 110001 | 1010110 | 11001 | 11001 | 1001011 | 101011 |
Color Harmonies of #C0611B
Complementary color
Monochromatic Colors of #C0611B
Black with #C0611B
Text Example
Text Example
White with #C0611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0611B; }
p { color: rgb(192,97,27); }
H1.HeaderClassName
{
color: #C0611B;
}
.AnyTagClassName
{
color: #C0611B;
}
</style>
background-color css
<style>
a { background-color: #C0611B; }
a { background-color: rgb(192,97,27); }
div.DivClassName
{
background-color: #C0611B;
}
.BgClassName
{
background-color: #C0611B;
}
</style>
border-color css
<style>
span { border-color: #C0611B; }
span { border-color: rgb(192,97,27); }
td.TdClassName
{
border-color: #C0611B;
}
.TagClassName
{
border-color: #C0611B;
}
</style>