Shades of Christine #C16131
Tints of Christine #C16131
RGB
CMYK
RGB Variations
Color information
#C16131 (or 0xC16131) is known color: Christine. HEX triplet: C1, 61 and 31. RGB value is (193,97,49). Sum of RGB (Red+Green+Blue) = 193+97+49=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C16131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16131 is #3E9ECE. Grayscale: #787878. Windows color (decimal): -4103887 or 3236289. OLE color: 3236289.
HSL color Cylindrical-coordinate representation of color #C16131: hue angle of 20º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C16131 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 49 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.24 |
| HSL | 20º | 0.6% | 0.47% | - |
| HSV(B) | 20º | 0.75% | 0.76% | - |
| XYZ | 26.82 | 20.11 | 5.37 | - |
| YUV | 120.23 | 87.8 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 49 | 0 | 0.50 | 0.75 | 0.24 | 20 | 0.6 | 0.47 |
| Hex | C1 | 61 | 31 | 0 | 32 | 4B | 18 | 14 | 3C | 2F |
| Octal | 301 | 141 | 61 | 0 | 62 | 113 | 30 | 24 | 74 | 57 |
| Binary | 11000001 | 1100001 | 110001 | 0 | 110010 | 1001011 | 11000 | 10100 | 111100 | 101111 |
Color Harmonies of #C16131
Complementary color
Monochromatic Colors of #C16131
Black with #C16131
Text Example
Text Example
White with #C16131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16131; }
p { color: rgb(193,97,49); }
H1.HeaderClassName
{
color: #C16131;
}
.AnyTagClassName
{
color: #C16131;
}
</style>
background-color css
<style>
a { background-color: #C16131; }
a { background-color: rgb(193,97,49); }
div.DivClassName
{
background-color: #C16131;
}
.BgClassName
{
background-color: #C16131;
}
</style>
border-color css
<style>
span { border-color: #C16131; }
span { border-color: rgb(193,97,49); }
td.TdClassName
{
border-color: #C16131;
}
.TagClassName
{
border-color: #C16131;
}
</style>