Shades of Christine #C3632D
Tints of Christine #C3632D
RGB
CMYK
RGB Variations
Color information
#C3632D (or 0xC3632D) is known color: Christine. HEX triplet: C3, 63 and 2D. RGB value is (195,99,45). Sum of RGB (Red+Green+Blue) = 195+99+45=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3632D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3632D is #3C9CD2. Grayscale: #797979. Windows color (decimal): -3972307 or 2974659. OLE color: 2974659.
HSL color Cylindrical-coordinate representation of color #C3632D: hue angle of 21.6º degrees, saturation: 0.62, 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 #C3632D is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 45 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.24 |
| HSL | 21.6º | 0.63% | 0.47% | - |
| HSV(B) | 21.6º | 0.77% | 0.76% | - |
| XYZ | 27.44 | 20.72 | 5.03 | - |
| YUV | 121.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 45 | 0 | 0.49 | 0.77 | 0.24 | 21.6 | 0.63 | 0.47 |
| Hex | C3 | 63 | 2D | 0 | 31 | 4D | 18 | 16 | 3E | 2F |
| Octal | 303 | 143 | 55 | 0 | 61 | 115 | 30 | 26 | 76 | 57 |
| Binary | 11000011 | 1100011 | 101101 | 0 | 110001 | 1001101 | 11000 | 10110 | 111110 | 101111 |
Color Harmonies of #C3632D
Complementary color
Monochromatic Colors of #C3632D
Black with #C3632D
Text Example
Text Example
White with #C3632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3632D; }
p { color: rgb(195,99,45); }
H1.HeaderClassName
{
color: #C3632D;
}
.AnyTagClassName
{
color: #C3632D;
}
</style>
background-color css
<style>
a { background-color: #C3632D; }
a { background-color: rgb(195,99,45); }
div.DivClassName
{
background-color: #C3632D;
}
.BgClassName
{
background-color: #C3632D;
}
</style>
border-color css
<style>
span { border-color: #C3632D; }
span { border-color: rgb(195,99,45); }
td.TdClassName
{
border-color: #C3632D;
}
.TagClassName
{
border-color: #C3632D;
}
</style>