Shades of Christine #C16028
Tints of Christine #C16028
RGB
CMYK
RGB Variations
Color information
#C16028 (or 0xC16028) is known color: Christine. HEX triplet: C1, 60 and 28. RGB value is (193,96,40). Sum of RGB (Red+Green+Blue) = 193+96+40=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C16028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16028 is #3E9FD7. Grayscale: #767676. Windows color (decimal): -4104152 or 2646209. OLE color: 2646209.
HSL color Cylindrical-coordinate representation of color #C16028: hue angle of 21.96º 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 #C16028 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 40 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.24 |
| HSL | 21.96º | 0.66% | 0.46% | - |
| HSV(B) | 21.96º | 0.79% | 0.76% | - |
| XYZ | 26.56 | 19.86 | 4.44 | - |
| YUV | 118.62 | 83.64 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 40 | 0 | 0.50 | 0.79 | 0.24 | 21.96 | 0.66 | 0.46 |
| Hex | C1 | 60 | 28 | 0 | 32 | 4F | 18 | 16 | 42 | 2E |
| Octal | 301 | 140 | 50 | 0 | 62 | 117 | 30 | 26 | 102 | 56 |
| Binary | 11000001 | 1100000 | 101000 | 0 | 110010 | 1001111 | 11000 | 10110 | 1000010 | 101110 |
Color Harmonies of #C16028
Complementary color
Monochromatic Colors of #C16028
Black with #C16028
Text Example
Text Example
White with #C16028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16028; }
p { color: rgb(193,96,40); }
H1.HeaderClassName
{
color: #C16028;
}
.AnyTagClassName
{
color: #C16028;
}
</style>
background-color css
<style>
a { background-color: #C16028; }
a { background-color: rgb(193,96,40); }
div.DivClassName
{
background-color: #C16028;
}
.BgClassName
{
background-color: #C16028;
}
</style>
border-color css
<style>
span { border-color: #C16028; }
span { border-color: rgb(193,96,40); }
td.TdClassName
{
border-color: #C16028;
}
.TagClassName
{
border-color: #C16028;
}
</style>