Shades of Christine #C5612C
Tints of Christine #C5612C
RGB
CMYK
RGB Variations
Color information
#C5612C (or 0xC5612C) is known color: Christine. HEX triplet: C5, 61 and 2C. RGB value is (197,97,44). Sum of RGB (Red+Green+Blue) = 197+97+44=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5612C is #3A9ED3. Grayscale: #797979. Windows color (decimal): -3841748 or 2908613. OLE color: 2908613.
HSL color Cylindrical-coordinate representation of color #C5612C: hue angle of 20.78º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5612C is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 44 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.23 |
| HSL | 20.78º | 0.63% | 0.47% | - |
| HSV(B) | 20.78º | 0.78% | 0.77% | - |
| XYZ | 27.76 | 20.6 | 4.9 | - |
| YUV | 120.86 | 84.63 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 44 | 0 | 0.51 | 0.78 | 0.23 | 20.78 | 0.63 | 0.47 |
| Hex | C5 | 61 | 2C | 0 | 33 | 4E | 17 | 15 | 3F | 2F |
| Octal | 305 | 141 | 54 | 0 | 63 | 116 | 27 | 25 | 77 | 57 |
| Binary | 11000101 | 1100001 | 101100 | 0 | 110011 | 1001110 | 10111 | 10101 | 111111 | 101111 |
Color Harmonies of #C5612C
Complementary color
Monochromatic Colors of #C5612C
Black with #C5612C
Text Example
Text Example
White with #C5612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5612C; }
p { color: rgb(197,97,44); }
H1.HeaderClassName
{
color: #C5612C;
}
.AnyTagClassName
{
color: #C5612C;
}
</style>
background-color css
<style>
a { background-color: #C5612C; }
a { background-color: rgb(197,97,44); }
div.DivClassName
{
background-color: #C5612C;
}
.BgClassName
{
background-color: #C5612C;
}
</style>
border-color css
<style>
span { border-color: #C5612C; }
span { border-color: rgb(197,97,44); }
td.TdClassName
{
border-color: #C5612C;
}
.TagClassName
{
border-color: #C5612C;
}
</style>