Shades of Christine #C2632E
Tints of Christine #C2632E
RGB
CMYK
RGB Variations
Color information
#C2632E (or 0xC2632E) is known color: Christine. HEX triplet: C2, 63 and 2E. RGB value is (194,99,46). Sum of RGB (Red+Green+Blue) = 194+99+46=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2632E is #3D9CD1. Grayscale: #797979. Windows color (decimal): -4037842 or 3040194. OLE color: 3040194.
HSL color Cylindrical-coordinate representation of color #C2632E: hue angle of 21.49º 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 #C2632E is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 46 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.24 |
| HSL | 21.49º | 0.62% | 0.47% | - |
| HSV(B) | 21.49º | 0.76% | 0.76% | - |
| XYZ | 27.2 | 20.59 | 5.13 | - |
| YUV | 121.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 46 | 0 | 0.49 | 0.76 | 0.24 | 21.49 | 0.62 | 0.47 |
| Hex | C2 | 63 | 2E | 0 | 31 | 4C | 18 | 15 | 3E | 2F |
| Octal | 302 | 143 | 56 | 0 | 61 | 114 | 30 | 25 | 76 | 57 |
| Binary | 11000010 | 1100011 | 101110 | 0 | 110001 | 1001100 | 11000 | 10101 | 111110 | 101111 |
Color Harmonies of #C2632E
Complementary color
Monochromatic Colors of #C2632E
Black with #C2632E
Text Example
Text Example
White with #C2632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2632E; }
p { color: rgb(194,99,46); }
H1.HeaderClassName
{
color: #C2632E;
}
.AnyTagClassName
{
color: #C2632E;
}
</style>
background-color css
<style>
a { background-color: #C2632E; }
a { background-color: rgb(194,99,46); }
div.DivClassName
{
background-color: #C2632E;
}
.BgClassName
{
background-color: #C2632E;
}
</style>
border-color css
<style>
span { border-color: #C2632E; }
span { border-color: rgb(194,99,46); }
td.TdClassName
{
border-color: #C2632E;
}
.TagClassName
{
border-color: #C2632E;
}
</style>