Shades of Christine #C16C28
Tints of Christine #C16C28
RGB
CMYK
RGB Variations
Color information
#C16C28 (or 0xC16C28) is known color: Christine. HEX triplet: C1, 6C and 28. RGB value is (193,108,40). Sum of RGB (Red+Green+Blue) = 193+108+40=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C28 is #3E93D7. Grayscale: #7E7E7E. Windows color (decimal): -4101080 or 2649281. OLE color: 2649281.
HSL color Cylindrical-coordinate representation of color #C16C28: hue angle of 26.67º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C16C28 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 108 | 40 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.24 |
| HSL | 26.67º | 0.66% | 0.46% | - |
| HSV(B) | 26.67º | 0.79% | 0.76% | - |
| XYZ | 27.74 | 22.22 | 4.83 | - |
| YUV | 125.66 | 79.66 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 40 | 0 | 0.44 | 0.79 | 0.24 | 26.67 | 0.66 | 0.46 |
| Hex | C1 | 6C | 28 | 0 | 2C | 4F | 18 | 1B | 42 | 2E |
| Octal | 301 | 154 | 50 | 0 | 54 | 117 | 30 | 33 | 102 | 56 |
| Binary | 11000001 | 1101100 | 101000 | 0 | 101100 | 1001111 | 11000 | 11011 | 1000010 | 101110 |
Color Harmonies of #C16C28
Complementary color
Monochromatic Colors of #C16C28
Black with #C16C28
Text Example
Text Example
White with #C16C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16C28; }
p { color: rgb(193,108,40); }
H1.HeaderClassName
{
color: #C16C28;
}
.AnyTagClassName
{
color: #C16C28;
}
</style>
background-color css
<style>
a { background-color: #C16C28; }
a { background-color: rgb(193,108,40); }
div.DivClassName
{
background-color: #C16C28;
}
.BgClassName
{
background-color: #C16C28;
}
</style>
border-color css
<style>
span { border-color: #C16C28; }
span { border-color: rgb(193,108,40); }
td.TdClassName
{
border-color: #C16C28;
}
.TagClassName
{
border-color: #C16C28;
}
</style>