Shades of Christine #C2632C
Tints of Christine #C2632C
RGB
CMYK
RGB Variations
Color information
#C2632C (or 0xC2632C) is known color: Christine. HEX triplet: C2, 63 and 2C. RGB value is (194,99,44). Sum of RGB (Red+Green+Blue) = 194+99+44=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2632C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2632C is #3D9CD3. Grayscale: #797979. Windows color (decimal): -4037844 or 2909122. OLE color: 2909122.
HSL color Cylindrical-coordinate representation of color #C2632C: hue angle of 22º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2632C is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 44 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.24 |
| HSL | 22º | 0.63% | 0.47% | - |
| HSV(B) | 22º | 0.77% | 0.76% | - |
| XYZ | 27.16 | 20.57 | 4.92 | - |
| YUV | 121.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 44 | 0 | 0.49 | 0.77 | 0.24 | 22 | 0.63 | 0.47 |
| Hex | C2 | 63 | 2C | 0 | 31 | 4D | 18 | 16 | 3F | 2F |
| Octal | 302 | 143 | 54 | 0 | 61 | 115 | 30 | 26 | 77 | 57 |
| Binary | 11000010 | 1100011 | 101100 | 0 | 110001 | 1001101 | 11000 | 10110 | 111111 | 101111 |
Color Harmonies of #C2632C
Complementary color
Monochromatic Colors of #C2632C
Black with #C2632C
Text Example
Text Example
White with #C2632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2632C; }
p { color: rgb(194,99,44); }
H1.HeaderClassName
{
color: #C2632C;
}
.AnyTagClassName
{
color: #C2632C;
}
</style>
background-color css
<style>
a { background-color: #C2632C; }
a { background-color: rgb(194,99,44); }
div.DivClassName
{
background-color: #C2632C;
}
.BgClassName
{
background-color: #C2632C;
}
</style>
border-color css
<style>
span { border-color: #C2632C; }
span { border-color: rgb(194,99,44); }
td.TdClassName
{
border-color: #C2632C;
}
.TagClassName
{
border-color: #C2632C;
}
</style>