Shades of Christine #C1632E
Tints of Christine #C1632E
RGB
CMYK
RGB Variations
Color information
#C1632E (or 0xC1632E) is known color: Christine. HEX triplet: C1, 63 and 2E. RGB value is (193,99,46). Sum of RGB (Red+Green+Blue) = 193+99+46=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1632E is #3E9CD1. Grayscale: #797979. Windows color (decimal): -4103378 or 3040193. OLE color: 3040193.
HSL color Cylindrical-coordinate representation of color #C1632E: hue angle of 21.63º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1632E is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 46 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.24 |
| HSL | 21.63º | 0.62% | 0.47% | - |
| HSV(B) | 21.63º | 0.76% | 0.76% | - |
| XYZ | 26.95 | 20.46 | 5.11 | - |
| YUV | 121.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 46 | 0 | 0.49 | 0.76 | 0.24 | 21.63 | 0.62 | 0.47 |
| Hex | C1 | 63 | 2E | 0 | 31 | 4C | 18 | 16 | 3E | 2F |
| Octal | 301 | 143 | 56 | 0 | 61 | 114 | 30 | 26 | 76 | 57 |
| Binary | 11000001 | 1100011 | 101110 | 0 | 110001 | 1001100 | 11000 | 10110 | 111110 | 101111 |
Color Harmonies of #C1632E
Complementary color
Monochromatic Colors of #C1632E
Black with #C1632E
Text Example
Text Example
White with #C1632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1632E; }
p { color: rgb(193,99,46); }
H1.HeaderClassName
{
color: #C1632E;
}
.AnyTagClassName
{
color: #C1632E;
}
</style>
background-color css
<style>
a { background-color: #C1632E; }
a { background-color: rgb(193,99,46); }
div.DivClassName
{
background-color: #C1632E;
}
.BgClassName
{
background-color: #C1632E;
}
</style>
border-color css
<style>
span { border-color: #C1632E; }
span { border-color: rgb(193,99,46); }
td.TdClassName
{
border-color: #C1632E;
}
.TagClassName
{
border-color: #C1632E;
}
</style>