Shades of Christine #C1591E
Tints of Christine #C1591E
RGB
CMYK
RGB Variations
Color information
#C1591E (or 0xC1591E) is known color: Christine. HEX triplet: C1, 59 and 1E. RGB value is (193,89,30). Sum of RGB (Red+Green+Blue) = 193+89+30=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C1591E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1591E is #3EA6E1. Grayscale: #717171. Windows color (decimal): -4105954 or 1989057. OLE color: 1989057.
HSL color Cylindrical-coordinate representation of color #C1591E: hue angle of 21.72º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1591E is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 30 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.24 |
| HSL | 21.72º | 0.73% | 0.44% | - |
| HSV(B) | 21.72º | 0.84% | 0.76% | - |
| XYZ | 25.8 | 18.58 | 3.45 | - |
| YUV | 113.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 30 | 0 | 0.54 | 0.84 | 0.24 | 21.72 | 0.73 | 0.44 |
| Hex | C1 | 59 | 1E | 0 | 36 | 54 | 18 | 16 | 49 | 2C |
| Octal | 301 | 131 | 36 | 0 | 66 | 124 | 30 | 26 | 111 | 54 |
| Binary | 11000001 | 1011001 | 11110 | 0 | 110110 | 1010100 | 11000 | 10110 | 1001001 | 101100 |
Color Harmonies of #C1591E
Complementary color
Monochromatic Colors of #C1591E
Black with #C1591E
Text Example
Text Example
White with #C1591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1591E; }
p { color: rgb(193,89,30); }
H1.HeaderClassName
{
color: #C1591E;
}
.AnyTagClassName
{
color: #C1591E;
}
</style>
background-color css
<style>
a { background-color: #C1591E; }
a { background-color: rgb(193,89,30); }
div.DivClassName
{
background-color: #C1591E;
}
.BgClassName
{
background-color: #C1591E;
}
</style>
border-color css
<style>
span { border-color: #C1591E; }
span { border-color: rgb(193,89,30); }
td.TdClassName
{
border-color: #C1591E;
}
.TagClassName
{
border-color: #C1591E;
}
</style>