Shades of Christine #C16A27
Tints of Christine #C16A27
RGB
CMYK
RGB Variations
Color information
#C16A27 (or 0xC16A27) is known color: Christine. HEX triplet: C1, 6A and 27. RGB value is (193,106,39). Sum of RGB (Red+Green+Blue) = 193+106+39=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16A27 is #3E95D8. Grayscale: #7C7C7C. Windows color (decimal): -4101593 or 2583233. OLE color: 2583233.
HSL color Cylindrical-coordinate representation of color #C16A27: hue angle of 26.1º 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 #C16A27 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 106 | 39 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.24 |
| HSL | 26.1º | 0.66% | 0.45% | - |
| HSV(B) | 26.1º | 0.8% | 0.76% | - |
| XYZ | 27.51 | 21.79 | 4.68 | - |
| YUV | 124.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 39 | 0 | 0.45 | 0.80 | 0.24 | 26.1 | 0.66 | 0.45 |
| Hex | C1 | 6A | 27 | 0 | 2D | 50 | 18 | 1A | 42 | 2D |
| Octal | 301 | 152 | 47 | 0 | 55 | 120 | 30 | 32 | 102 | 55 |
| Binary | 11000001 | 1101010 | 100111 | 0 | 101101 | 1010000 | 11000 | 11010 | 1000010 | 101101 |
Color Harmonies of #C16A27
Complementary color
Monochromatic Colors of #C16A27
Black with #C16A27
Text Example
Text Example
White with #C16A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16A27; }
p { color: rgb(193,106,39); }
H1.HeaderClassName
{
color: #C16A27;
}
.AnyTagClassName
{
color: #C16A27;
}
</style>
background-color css
<style>
a { background-color: #C16A27; }
a { background-color: rgb(193,106,39); }
div.DivClassName
{
background-color: #C16A27;
}
.BgClassName
{
background-color: #C16A27;
}
</style>
border-color css
<style>
span { border-color: #C16A27; }
span { border-color: rgb(193,106,39); }
td.TdClassName
{
border-color: #C16A27;
}
.TagClassName
{
border-color: #C16A27;
}
</style>