Shades of Christine #C2632B
Tints of Christine #C2632B
RGB
CMYK
RGB Variations
Color information
#C2632B (or 0xC2632B) is known color: Christine. HEX triplet: C2, 63 and 2B. RGB value is (194,99,43). Sum of RGB (Red+Green+Blue) = 194+99+43=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2632B is #3D9CD4. Grayscale: #797979. Windows color (decimal): -4037845 or 2843586. OLE color: 2843586.
HSL color Cylindrical-coordinate representation of color #C2632B: hue angle of 22.25º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2632B is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 43 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.24 |
| HSL | 22.25º | 0.64% | 0.46% | - |
| HSV(B) | 22.25º | 0.78% | 0.76% | - |
| XYZ | 27.15 | 20.57 | 4.82 | - |
| YUV | 121.02 | 83.97 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 43 | 0 | 0.49 | 0.78 | 0.24 | 22.25 | 0.64 | 0.46 |
| Hex | C2 | 63 | 2B | 0 | 31 | 4E | 18 | 16 | 40 | 2E |
| Octal | 302 | 143 | 53 | 0 | 61 | 116 | 30 | 26 | 100 | 56 |
| Binary | 11000010 | 1100011 | 101011 | 0 | 110001 | 1001110 | 11000 | 10110 | 1000000 | 101110 |
Color Harmonies of #C2632B
Complementary color
Monochromatic Colors of #C2632B
Black with #C2632B
Text Example
Text Example
White with #C2632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2632B; }
p { color: rgb(194,99,43); }
H1.HeaderClassName
{
color: #C2632B;
}
.AnyTagClassName
{
color: #C2632B;
}
</style>
background-color css
<style>
a { background-color: #C2632B; }
a { background-color: rgb(194,99,43); }
div.DivClassName
{
background-color: #C2632B;
}
.BgClassName
{
background-color: #C2632B;
}
</style>
border-color css
<style>
span { border-color: #C2632B; }
span { border-color: rgb(194,99,43); }
td.TdClassName
{
border-color: #C2632B;
}
.TagClassName
{
border-color: #C2632B;
}
</style>