Shades of Christine #C16331
Tints of Christine #C16331
RGB
CMYK
RGB Variations
Color information
#C16331 (or 0xC16331) is known color: Christine. HEX triplet: C1, 63 and 31. RGB value is (193,99,49). Sum of RGB (Red+Green+Blue) = 193+99+49=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C16331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16331 is #3E9CCE. Grayscale: #797979. Windows color (decimal): -4103375 or 3236801. OLE color: 3236801.
HSL color Cylindrical-coordinate representation of color #C16331: hue angle of 20.83º 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 #C16331 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 49 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.24 |
| HSL | 20.83º | 0.6% | 0.47% | - |
| HSV(B) | 20.83º | 0.75% | 0.76% | - |
| XYZ | 27.01 | 20.48 | 5.44 | - |
| YUV | 121.41 | 87.14 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 49 | 0 | 0.49 | 0.75 | 0.24 | 20.83 | 0.6 | 0.47 |
| Hex | C1 | 63 | 31 | 0 | 31 | 4B | 18 | 15 | 3C | 2F |
| Octal | 301 | 143 | 61 | 0 | 61 | 113 | 30 | 25 | 74 | 57 |
| Binary | 11000001 | 1100011 | 110001 | 0 | 110001 | 1001011 | 11000 | 10101 | 111100 | 101111 |
Color Harmonies of #C16331
Complementary color
Monochromatic Colors of #C16331
Black with #C16331
Text Example
Text Example
White with #C16331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16331; }
p { color: rgb(193,99,49); }
H1.HeaderClassName
{
color: #C16331;
}
.AnyTagClassName
{
color: #C16331;
}
</style>
background-color css
<style>
a { background-color: #C16331; }
a { background-color: rgb(193,99,49); }
div.DivClassName
{
background-color: #C16331;
}
.BgClassName
{
background-color: #C16331;
}
</style>
border-color css
<style>
span { border-color: #C16331; }
span { border-color: rgb(193,99,49); }
td.TdClassName
{
border-color: #C16331;
}
.TagClassName
{
border-color: #C16331;
}
</style>