Shades of Christine #C5632D
Tints of Christine #C5632D
RGB
CMYK
RGB Variations
Color information
#C5632D (or 0xC5632D) is known color: Christine. HEX triplet: C5, 63 and 2D. RGB value is (197,99,45). Sum of RGB (Red+Green+Blue) = 197+99+45=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5632D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5632D is #3A9CD2. Grayscale: #7A7A7A. Windows color (decimal): -3841235 or 2974661. OLE color: 2974661.
HSL color Cylindrical-coordinate representation of color #C5632D: hue angle of 21.32º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5632D is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 45 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.23 |
| HSL | 21.32º | 0.63% | 0.47% | - |
| HSV(B) | 21.32º | 0.77% | 0.77% | - |
| XYZ | 27.96 | 20.98 | 5.06 | - |
| YUV | 122.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 45 | 0 | 0.50 | 0.77 | 0.23 | 21.32 | 0.63 | 0.47 |
| Hex | C5 | 63 | 2D | 0 | 32 | 4D | 17 | 15 | 3F | 2F |
| Octal | 305 | 143 | 55 | 0 | 62 | 115 | 27 | 25 | 77 | 57 |
| Binary | 11000101 | 1100011 | 101101 | 0 | 110010 | 1001101 | 10111 | 10101 | 111111 | 101111 |
Color Harmonies of #C5632D
Complementary color
Monochromatic Colors of #C5632D
Black with #C5632D
Text Example
Text Example
White with #C5632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5632D; }
p { color: rgb(197,99,45); }
H1.HeaderClassName
{
color: #C5632D;
}
.AnyTagClassName
{
color: #C5632D;
}
</style>
background-color css
<style>
a { background-color: #C5632D; }
a { background-color: rgb(197,99,45); }
div.DivClassName
{
background-color: #C5632D;
}
.BgClassName
{
background-color: #C5632D;
}
</style>
border-color css
<style>
span { border-color: #C5632D; }
span { border-color: rgb(197,99,45); }
td.TdClassName
{
border-color: #C5632D;
}
.TagClassName
{
border-color: #C5632D;
}
</style>