Shades of Christine #C0591A
Tints of Christine #C0591A
RGB
CMYK
RGB Variations
Color information
#C0591A (or 0xC0591A) is known color: Christine. HEX triplet: C0, 59 and 1A. RGB value is (192,89,26). Sum of RGB (Red+Green+Blue) = 192+89+26=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0591A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0591A is #3FA6E5. Grayscale: #707070. Windows color (decimal): -4171494 or 1726912. OLE color: 1726912.
HSL color Cylindrical-coordinate representation of color #C0591A: hue angle of 22.77º degrees, saturation: 0.76, 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 #C0591A is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 26 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.25 |
| HSL | 22.77º | 0.76% | 0.43% | - |
| HSV(B) | 22.77º | 0.86% | 0.75% | - |
| XYZ | 25.5 | 18.43 | 3.19 | - |
| YUV | 112.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 26 | 0 | 0.54 | 0.86 | 0.25 | 22.77 | 0.76 | 0.43 |
| Hex | C0 | 59 | 1A | 0 | 36 | 56 | 19 | 17 | 4C | 2B |
| Octal | 300 | 131 | 32 | 0 | 66 | 126 | 31 | 27 | 114 | 53 |
| Binary | 11000000 | 1011001 | 11010 | 0 | 110110 | 1010110 | 11001 | 10111 | 1001100 | 101011 |
Color Harmonies of #C0591A
Complementary color
Monochromatic Colors of #C0591A
Black with #C0591A
Text Example
Text Example
White with #C0591A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0591A; }
p { color: rgb(192,89,26); }
H1.HeaderClassName
{
color: #C0591A;
}
.AnyTagClassName
{
color: #C0591A;
}
</style>
background-color css
<style>
a { background-color: #C0591A; }
a { background-color: rgb(192,89,26); }
div.DivClassName
{
background-color: #C0591A;
}
.BgClassName
{
background-color: #C0591A;
}
</style>
border-color css
<style>
span { border-color: #C0591A; }
span { border-color: rgb(192,89,26); }
td.TdClassName
{
border-color: #C0591A;
}
.TagClassName
{
border-color: #C0591A;
}
</style>