Shades of Christine #C16121
Tints of Christine #C16121
RGB
CMYK
RGB Variations
Color information
#C16121 (or 0xC16121) is known color: Christine. HEX triplet: C1, 61 and 21. RGB value is (193,97,33). Sum of RGB (Red+Green+Blue) = 193+97+33=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C16121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16121 is #3E9EDE. Grayscale: #767676. Windows color (decimal): -4103903 or 2187713. OLE color: 2187713.
HSL color Cylindrical-coordinate representation of color #C16121: hue angle of 24º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C16121 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 33 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.24 |
| HSL | 24º | 0.71% | 0.44% | - |
| HSV(B) | 24º | 0.83% | 0.76% | - |
| XYZ | 26.54 | 20 | 3.9 | - |
| YUV | 118.41 | 79.8 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 33 | 0 | 0.50 | 0.83 | 0.24 | 24 | 0.71 | 0.44 |
| Hex | C1 | 61 | 21 | 0 | 32 | 53 | 18 | 18 | 47 | 2C |
| Octal | 301 | 141 | 41 | 0 | 62 | 123 | 30 | 30 | 107 | 54 |
| Binary | 11000001 | 1100001 | 100001 | 0 | 110010 | 1010011 | 11000 | 11000 | 1000111 | 101100 |
Color Harmonies of #C16121
Complementary color
Monochromatic Colors of #C16121
Black with #C16121
Text Example
Text Example
White with #C16121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16121; }
p { color: rgb(193,97,33); }
H1.HeaderClassName
{
color: #C16121;
}
.AnyTagClassName
{
color: #C16121;
}
</style>
background-color css
<style>
a { background-color: #C16121; }
a { background-color: rgb(193,97,33); }
div.DivClassName
{
background-color: #C16121;
}
.BgClassName
{
background-color: #C16121;
}
</style>
border-color css
<style>
span { border-color: #C16121; }
span { border-color: rgb(193,97,33); }
td.TdClassName
{
border-color: #C16121;
}
.TagClassName
{
border-color: #C16121;
}
</style>