Shades of Christine #C16428
Tints of Christine #C16428
RGB
CMYK
RGB Variations
Color information
#C16428 (or 0xC16428) is known color: Christine. HEX triplet: C1, 64 and 28. RGB value is (193,100,40). Sum of RGB (Red+Green+Blue) = 193+100+40=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C16428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16428 is #3E9BD7. Grayscale: #797979. Windows color (decimal): -4103128 or 2647233. OLE color: 2647233.
HSL color Cylindrical-coordinate representation of color #C16428: hue angle of 23.53º 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 #C16428 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 40 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.24 |
| HSL | 23.53º | 0.66% | 0.46% | - |
| HSV(B) | 23.53º | 0.79% | 0.76% | - |
| XYZ | 26.93 | 20.61 | 4.57 | - |
| YUV | 120.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 40 | 0 | 0.48 | 0.79 | 0.24 | 23.53 | 0.66 | 0.46 |
| Hex | C1 | 64 | 28 | 0 | 30 | 4F | 18 | 18 | 42 | 2E |
| Octal | 301 | 144 | 50 | 0 | 60 | 117 | 30 | 30 | 102 | 56 |
| Binary | 11000001 | 1100100 | 101000 | 0 | 110000 | 1001111 | 11000 | 11000 | 1000010 | 101110 |
Color Harmonies of #C16428
Complementary color
Monochromatic Colors of #C16428
Black with #C16428
Text Example
Text Example
White with #C16428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16428; }
p { color: rgb(193,100,40); }
H1.HeaderClassName
{
color: #C16428;
}
.AnyTagClassName
{
color: #C16428;
}
</style>
background-color css
<style>
a { background-color: #C16428; }
a { background-color: rgb(193,100,40); }
div.DivClassName
{
background-color: #C16428;
}
.BgClassName
{
background-color: #C16428;
}
</style>
border-color css
<style>
span { border-color: #C16428; }
span { border-color: rgb(193,100,40); }
td.TdClassName
{
border-color: #C16428;
}
.TagClassName
{
border-color: #C16428;
}
</style>