Shades of Christine #C15819
Tints of Christine #C15819
RGB
CMYK
RGB Variations
Color information
#C15819 (or 0xC15819) is known color: Christine. HEX triplet: C1, 58 and 19. RGB value is (193,88,25). Sum of RGB (Red+Green+Blue) = 193+88+25=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C15819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15819 is #3EA7E6. Grayscale: #707070. Windows color (decimal): -4106215 or 1661121. OLE color: 1661121.
HSL color Cylindrical-coordinate representation of color #C15819: hue angle of 22.5º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C15819 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 25 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.24 |
| HSL | 22.5º | 0.77% | 0.43% | - |
| HSV(B) | 22.5º | 0.87% | 0.76% | - |
| XYZ | 25.66 | 18.39 | 3.12 | - |
| YUV | 112.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 25 | 0 | 0.54 | 0.87 | 0.24 | 22.5 | 0.77 | 0.43 |
| Hex | C1 | 58 | 19 | 0 | 36 | 57 | 18 | 16 | 4D | 2B |
| Octal | 301 | 130 | 31 | 0 | 66 | 127 | 30 | 26 | 115 | 53 |
| Binary | 11000001 | 1011000 | 11001 | 0 | 110110 | 1010111 | 11000 | 10110 | 1001101 | 101011 |
Color Harmonies of #C15819
Complementary color
Monochromatic Colors of #C15819
Black with #C15819
Text Example
Text Example
White with #C15819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15819; }
p { color: rgb(193,88,25); }
H1.HeaderClassName
{
color: #C15819;
}
.AnyTagClassName
{
color: #C15819;
}
</style>
background-color css
<style>
a { background-color: #C15819; }
a { background-color: rgb(193,88,25); }
div.DivClassName
{
background-color: #C15819;
}
.BgClassName
{
background-color: #C15819;
}
</style>
border-color css
<style>
span { border-color: #C15819; }
span { border-color: rgb(193,88,25); }
td.TdClassName
{
border-color: #C15819;
}
.TagClassName
{
border-color: #C15819;
}
</style>