Shades of Christine #C5632F
Tints of Christine #C5632F
RGB
CMYK
RGB Variations
Color information
#C5632F (or 0xC5632F) is known color: Christine. HEX triplet: C5, 63 and 2F. RGB value is (197,99,47). Sum of RGB (Red+Green+Blue) = 197+99+47=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5632F is #3A9CD0. Grayscale: #7A7A7A. Windows color (decimal): -3841233 or 3105733. OLE color: 3105733.
HSL color Cylindrical-coordinate representation of color #C5632F: hue angle of 20.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5632F is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 47 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.23 |
| HSL | 20.8º | 0.61% | 0.48% | - |
| HSV(B) | 20.8º | 0.76% | 0.77% | - |
| XYZ | 28 | 21 | 5.27 | - |
| YUV | 122.37 | 85.47 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 47 | 0 | 0.50 | 0.76 | 0.23 | 20.8 | 0.61 | 0.48 |
| Hex | C5 | 63 | 2F | 0 | 32 | 4C | 17 | 15 | 3D | 30 |
| Octal | 305 | 143 | 57 | 0 | 62 | 114 | 27 | 25 | 75 | 60 |
| Binary | 11000101 | 1100011 | 101111 | 0 | 110010 | 1001100 | 10111 | 10101 | 111101 | 110000 |
Color Harmonies of #C5632F
Complementary color
Monochromatic Colors of #C5632F
Black with #C5632F
Text Example
Text Example
White with #C5632F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5632F; }
p { color: rgb(197,99,47); }
H1.HeaderClassName
{
color: #C5632F;
}
.AnyTagClassName
{
color: #C5632F;
}
</style>
background-color css
<style>
a { background-color: #C5632F; }
a { background-color: rgb(197,99,47); }
div.DivClassName
{
background-color: #C5632F;
}
.BgClassName
{
background-color: #C5632F;
}
</style>
border-color css
<style>
span { border-color: #C5632F; }
span { border-color: rgb(197,99,47); }
td.TdClassName
{
border-color: #C5632F;
}
.TagClassName
{
border-color: #C5632F;
}
</style>