Shades of Christine #C16528
Tints of Christine #C16528
RGB
CMYK
RGB Variations
Color information
#C16528 (or 0xC16528) is known color: Christine. HEX triplet: C1, 65 and 28. RGB value is (193,101,40). Sum of RGB (Red+Green+Blue) = 193+101+40=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C16528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16528 is #3E9AD7. Grayscale: #797979. Windows color (decimal): -4102872 or 2647489. OLE color: 2647489.
HSL color Cylindrical-coordinate representation of color #C16528: hue angle of 23.92º 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 #C16528 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 40 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.24 |
| HSL | 23.92º | 0.66% | 0.46% | - |
| HSV(B) | 23.92º | 0.79% | 0.76% | - |
| XYZ | 27.03 | 20.8 | 4.6 | - |
| YUV | 121.55 | 81.98 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 40 | 0 | 0.48 | 0.79 | 0.24 | 23.92 | 0.66 | 0.46 |
| Hex | C1 | 65 | 28 | 0 | 30 | 4F | 18 | 18 | 42 | 2E |
| Octal | 301 | 145 | 50 | 0 | 60 | 117 | 30 | 30 | 102 | 56 |
| Binary | 11000001 | 1100101 | 101000 | 0 | 110000 | 1001111 | 11000 | 11000 | 1000010 | 101110 |
Color Harmonies of #C16528
Complementary color
Monochromatic Colors of #C16528
Black with #C16528
Text Example
Text Example
White with #C16528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16528; }
p { color: rgb(193,101,40); }
H1.HeaderClassName
{
color: #C16528;
}
.AnyTagClassName
{
color: #C16528;
}
</style>
background-color css
<style>
a { background-color: #C16528; }
a { background-color: rgb(193,101,40); }
div.DivClassName
{
background-color: #C16528;
}
.BgClassName
{
background-color: #C16528;
}
</style>
border-color css
<style>
span { border-color: #C16528; }
span { border-color: rgb(193,101,40); }
td.TdClassName
{
border-color: #C16528;
}
.TagClassName
{
border-color: #C16528;
}
</style>