Shades of Christine #C5632E
Tints of Christine #C5632E
RGB
CMYK
RGB Variations
Color information
#C5632E (or 0xC5632E) is known color: Christine. HEX triplet: C5, 63 and 2E. RGB value is (197,99,46). Sum of RGB (Red+Green+Blue) = 197+99+46=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5632E is #3A9CD1. Grayscale: #7A7A7A. Windows color (decimal): -3841234 or 3040197. OLE color: 3040197.
HSL color Cylindrical-coordinate representation of color #C5632E: hue angle of 21.06º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5632E is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 46 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.23 |
| HSL | 21.06º | 0.62% | 0.48% | - |
| HSV(B) | 21.06º | 0.77% | 0.77% | - |
| XYZ | 27.98 | 20.99 | 5.16 | - |
| YUV | 122.26 | 84.97 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 46 | 0 | 0.50 | 0.77 | 0.23 | 21.06 | 0.62 | 0.48 |
| Hex | C5 | 63 | 2E | 0 | 32 | 4D | 17 | 15 | 3E | 30 |
| Octal | 305 | 143 | 56 | 0 | 62 | 115 | 27 | 25 | 76 | 60 |
| Binary | 11000101 | 1100011 | 101110 | 0 | 110010 | 1001101 | 10111 | 10101 | 111110 | 110000 |
Color Harmonies of #C5632E
Complementary color
Monochromatic Colors of #C5632E
Black with #C5632E
Text Example
Text Example
White with #C5632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5632E; }
p { color: rgb(197,99,46); }
H1.HeaderClassName
{
color: #C5632E;
}
.AnyTagClassName
{
color: #C5632E;
}
</style>
background-color css
<style>
a { background-color: #C5632E; }
a { background-color: rgb(197,99,46); }
div.DivClassName
{
background-color: #C5632E;
}
.BgClassName
{
background-color: #C5632E;
}
</style>
border-color css
<style>
span { border-color: #C5632E; }
span { border-color: rgb(197,99,46); }
td.TdClassName
{
border-color: #C5632E;
}
.TagClassName
{
border-color: #C5632E;
}
</style>