Shades of Christine #C16C24
Tints of Christine #C16C24
RGB
CMYK
RGB Variations
Color information
#C16C24 (or 0xC16C24) is known color: Christine. HEX triplet: C1, 6C and 24. RGB value is (193,108,36). Sum of RGB (Red+Green+Blue) = 193+108+36=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C24 is #3E93DB. Grayscale: #7D7D7D. Windows color (decimal): -4101084 or 2387137. OLE color: 2387137.
HSL color Cylindrical-coordinate representation of color #C16C24: hue angle of 27.52º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C16C24 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 36 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.24 |
| HSL | 27.52º | 0.69% | 0.45% | - |
| HSV(B) | 27.52º | 0.81% | 0.76% | - |
| XYZ | 27.67 | 22.19 | 4.49 | - |
| YUV | 125.21 | 77.66 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 36 | 0 | 0.44 | 0.81 | 0.24 | 27.52 | 0.69 | 0.45 |
| Hex | C1 | 6C | 24 | 0 | 2C | 51 | 18 | 1C | 45 | 2D |
| Octal | 301 | 154 | 44 | 0 | 54 | 121 | 30 | 34 | 105 | 55 |
| Binary | 11000001 | 1101100 | 100100 | 0 | 101100 | 1010001 | 11000 | 11100 | 1000101 | 101101 |
Color Harmonies of #C16C24
Complementary color
Monochromatic Colors of #C16C24
Black with #C16C24
Text Example
Text Example
White with #C16C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C24; }
p { color: rgb(193,108,36); }
H1.HeaderClassName
{
color: #C16C24;
}
.AnyTagClassName
{
color: #C16C24;
}
</style>
background-color css
<style>
a { background-color: #C16C24; }
a { background-color: rgb(193,108,36); }
div.DivClassName
{
background-color: #C16C24;
}
.BgClassName
{
background-color: #C16C24;
}
</style>
border-color css
<style>
span { border-color: #C16C24; }
span { border-color: rgb(193,108,36); }
td.TdClassName
{
border-color: #C16C24;
}
.TagClassName
{
border-color: #C16C24;
}
</style>