Shades of Christine #C16C27
Tints of Christine #C16C27
RGB
CMYK
RGB Variations
Color information
#C16C27 (or 0xC16C27) is known color: Christine. HEX triplet: C1, 6C and 27. RGB value is (193,108,39). Sum of RGB (Red+Green+Blue) = 193+108+39=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C27 is #3E93D8. Grayscale: #7D7D7D. Windows color (decimal): -4101081 or 2583745. OLE color: 2583745.
HSL color Cylindrical-coordinate representation of color #C16C27: hue angle of 26.88º 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 #C16C27 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 39 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.24 |
| HSL | 26.88º | 0.66% | 0.45% | - |
| HSV(B) | 26.88º | 0.8% | 0.76% | - |
| XYZ | 27.72 | 22.21 | 4.75 | - |
| YUV | 125.55 | 79.16 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 39 | 0 | 0.44 | 0.80 | 0.24 | 26.88 | 0.66 | 0.45 |
| Hex | C1 | 6C | 27 | 0 | 2C | 50 | 18 | 1B | 42 | 2D |
| Octal | 301 | 154 | 47 | 0 | 54 | 120 | 30 | 33 | 102 | 55 |
| Binary | 11000001 | 1101100 | 100111 | 0 | 101100 | 1010000 | 11000 | 11011 | 1000010 | 101101 |
Color Harmonies of #C16C27
Complementary color
Monochromatic Colors of #C16C27
Black with #C16C27
Text Example
Text Example
White with #C16C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C27; }
p { color: rgb(193,108,39); }
H1.HeaderClassName
{
color: #C16C27;
}
.AnyTagClassName
{
color: #C16C27;
}
</style>
background-color css
<style>
a { background-color: #C16C27; }
a { background-color: rgb(193,108,39); }
div.DivClassName
{
background-color: #C16C27;
}
.BgClassName
{
background-color: #C16C27;
}
</style>
border-color css
<style>
span { border-color: #C16C27; }
span { border-color: rgb(193,108,39); }
td.TdClassName
{
border-color: #C16C27;
}
.TagClassName
{
border-color: #C16C27;
}
</style>