Shades of Christine #C16127
Tints of Christine #C16127
RGB
CMYK
RGB Variations
Color information
#C16127 (or 0xC16127) is known color: Christine. HEX triplet: C1, 61 and 27. RGB value is (193,97,39). Sum of RGB (Red+Green+Blue) = 193+97+39=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C16127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16127 is #3E9ED8. Grayscale: #777777. Windows color (decimal): -4103897 or 2580929. OLE color: 2580929.
HSL color Cylindrical-coordinate representation of color #C16127: hue angle of 22.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C16127 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 39 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.24 |
| HSL | 22.6º | 0.66% | 0.45% | - |
| HSV(B) | 22.6º | 0.8% | 0.76% | - |
| XYZ | 26.63 | 20.03 | 4.38 | - |
| YUV | 119.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 39 | 0 | 0.50 | 0.80 | 0.24 | 22.6 | 0.66 | 0.45 |
| Hex | C1 | 61 | 27 | 0 | 32 | 50 | 18 | 17 | 42 | 2D |
| Octal | 301 | 141 | 47 | 0 | 62 | 120 | 30 | 27 | 102 | 55 |
| Binary | 11000001 | 1100001 | 100111 | 0 | 110010 | 1010000 | 11000 | 10111 | 1000010 | 101101 |
Color Harmonies of #C16127
Complementary color
Monochromatic Colors of #C16127
Black with #C16127
Text Example
Text Example
White with #C16127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16127; }
p { color: rgb(193,97,39); }
H1.HeaderClassName
{
color: #C16127;
}
.AnyTagClassName
{
color: #C16127;
}
</style>
background-color css
<style>
a { background-color: #C16127; }
a { background-color: rgb(193,97,39); }
div.DivClassName
{
background-color: #C16127;
}
.BgClassName
{
background-color: #C16127;
}
</style>
border-color css
<style>
span { border-color: #C16127; }
span { border-color: rgb(193,97,39); }
td.TdClassName
{
border-color: #C16127;
}
.TagClassName
{
border-color: #C16127;
}
</style>