Shades of Christine #C0591B
Tints of Christine #C0591B
RGB
CMYK
RGB Variations
Color information
#C0591B (or 0xC0591B) is known color: Christine. HEX triplet: C0, 59 and 1B. RGB value is (192,89,27). Sum of RGB (Red+Green+Blue) = 192+89+27=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0591B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0591B is #3FA6E4. Grayscale: #717171. Windows color (decimal): -4171493 or 1792448. OLE color: 1792448.
HSL color Cylindrical-coordinate representation of color #C0591B: hue angle of 22.55º 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 #C0591B is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 27 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.25 |
| HSL | 22.55º | 0.75% | 0.43% | - |
| HSV(B) | 22.55º | 0.86% | 0.75% | - |
| XYZ | 25.51 | 18.43 | 3.25 | - |
| YUV | 112.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 27 | 0 | 0.54 | 0.86 | 0.25 | 22.55 | 0.75 | 0.43 |
| Hex | C0 | 59 | 1B | 0 | 36 | 56 | 19 | 17 | 4B | 2B |
| Octal | 300 | 131 | 33 | 0 | 66 | 126 | 31 | 27 | 113 | 53 |
| Binary | 11000000 | 1011001 | 11011 | 0 | 110110 | 1010110 | 11001 | 10111 | 1001011 | 101011 |
Color Harmonies of #C0591B
Complementary color
Monochromatic Colors of #C0591B
Black with #C0591B
Text Example
Text Example
White with #C0591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0591B; }
p { color: rgb(192,89,27); }
H1.HeaderClassName
{
color: #C0591B;
}
.AnyTagClassName
{
color: #C0591B;
}
</style>
background-color css
<style>
a { background-color: #C0591B; }
a { background-color: rgb(192,89,27); }
div.DivClassName
{
background-color: #C0591B;
}
.BgClassName
{
background-color: #C0591B;
}
</style>
border-color css
<style>
span { border-color: #C0591B; }
span { border-color: rgb(192,89,27); }
td.TdClassName
{
border-color: #C0591B;
}
.TagClassName
{
border-color: #C0591B;
}
</style>