Shades of Christine #C16828
Tints of Christine #C16828
RGB
CMYK
RGB Variations
Color information
#C16828 (or 0xC16828) is known color: Christine. HEX triplet: C1, 68 and 28. RGB value is (193,104,40). Sum of RGB (Red+Green+Blue) = 193+104+40=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C16828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16828 is #3E97D7. Grayscale: #7B7B7B. Windows color (decimal): -4102104 or 2648257. OLE color: 2648257.
HSL color Cylindrical-coordinate representation of color #C16828: hue angle of 25.1º 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 #C16828 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 40 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.24 |
| HSL | 25.1º | 0.66% | 0.46% | - |
| HSV(B) | 25.1º | 0.79% | 0.76% | - |
| XYZ | 27.33 | 21.39 | 4.7 | - |
| YUV | 123.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 40 | 0 | 0.46 | 0.79 | 0.24 | 25.1 | 0.66 | 0.46 |
| Hex | C1 | 68 | 28 | 0 | 2E | 4F | 18 | 19 | 42 | 2E |
| Octal | 301 | 150 | 50 | 0 | 56 | 117 | 30 | 31 | 102 | 56 |
| Binary | 11000001 | 1101000 | 101000 | 0 | 101110 | 1001111 | 11000 | 11001 | 1000010 | 101110 |
Color Harmonies of #C16828
Complementary color
Monochromatic Colors of #C16828
Black with #C16828
Text Example
Text Example
White with #C16828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16828; }
p { color: rgb(193,104,40); }
H1.HeaderClassName
{
color: #C16828;
}
.AnyTagClassName
{
color: #C16828;
}
</style>
background-color css
<style>
a { background-color: #C16828; }
a { background-color: rgb(193,104,40); }
div.DivClassName
{
background-color: #C16828;
}
.BgClassName
{
background-color: #C16828;
}
</style>
border-color css
<style>
span { border-color: #C16828; }
span { border-color: rgb(193,104,40); }
td.TdClassName
{
border-color: #C16828;
}
.TagClassName
{
border-color: #C16828;
}
</style>