Shades of Christine #C16A26
Tints of Christine #C16A26
RGB
CMYK
RGB Variations
Color information
#C16A26 (or 0xC16A26) is known color: Christine. HEX triplet: C1, 6A and 26. RGB value is (193,106,38). Sum of RGB (Red+Green+Blue) = 193+106+38=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16A26 is #3E95D9. Grayscale: #7C7C7C. Windows color (decimal): -4101594 or 2517697. OLE color: 2517697.
HSL color Cylindrical-coordinate representation of color #C16A26: hue angle of 26.32º degrees, saturation: 0.67, 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 #C16A26 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 38 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.24 |
| HSL | 26.32º | 0.67% | 0.45% | - |
| HSV(B) | 26.32º | 0.8% | 0.76% | - |
| XYZ | 27.5 | 21.79 | 4.59 | - |
| YUV | 124.26 | 79.32 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 38 | 0 | 0.45 | 0.80 | 0.24 | 26.32 | 0.67 | 0.45 |
| Hex | C1 | 6A | 26 | 0 | 2D | 50 | 18 | 1A | 43 | 2D |
| Octal | 301 | 152 | 46 | 0 | 55 | 120 | 30 | 32 | 103 | 55 |
| Binary | 11000001 | 1101010 | 100110 | 0 | 101101 | 1010000 | 11000 | 11010 | 1000011 | 101101 |
Color Harmonies of #C16A26
Complementary color
Monochromatic Colors of #C16A26
Black with #C16A26
Text Example
Text Example
White with #C16A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16A26; }
p { color: rgb(193,106,38); }
H1.HeaderClassName
{
color: #C16A26;
}
.AnyTagClassName
{
color: #C16A26;
}
</style>
background-color css
<style>
a { background-color: #C16A26; }
a { background-color: rgb(193,106,38); }
div.DivClassName
{
background-color: #C16A26;
}
.BgClassName
{
background-color: #C16A26;
}
</style>
border-color css
<style>
span { border-color: #C16A26; }
span { border-color: rgb(193,106,38); }
td.TdClassName
{
border-color: #C16A26;
}
.TagClassName
{
border-color: #C16A26;
}
</style>