Shades of Christine #C15619
Tints of Christine #C15619
RGB
CMYK
RGB Variations
Color information
#C15619 (or 0xC15619) is known color: Christine. HEX triplet: C1, 56 and 19. RGB value is (193,86,25). Sum of RGB (Red+Green+Blue) = 193+86+25=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C15619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15619 is #3EA9E6. Grayscale: #6F6F6F. Windows color (decimal): -4106727 or 1660609. OLE color: 1660609.
HSL color Cylindrical-coordinate representation of color #C15619: hue angle of 21.79º 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 #C15619 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 25 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.24 |
| HSL | 21.79º | 0.77% | 0.43% | - |
| HSV(B) | 21.79º | 0.87% | 0.76% | - |
| XYZ | 25.5 | 18.06 | 3.06 | - |
| YUV | 111.04 | 79.45 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 25 | 0 | 0.55 | 0.87 | 0.24 | 21.79 | 0.77 | 0.43 |
| Hex | C1 | 56 | 19 | 0 | 37 | 57 | 18 | 16 | 4D | 2B |
| Octal | 301 | 126 | 31 | 0 | 67 | 127 | 30 | 26 | 115 | 53 |
| Binary | 11000001 | 1010110 | 11001 | 0 | 110111 | 1010111 | 11000 | 10110 | 1001101 | 101011 |
Color Harmonies of #C15619
Complementary color
Monochromatic Colors of #C15619
Black with #C15619
Text Example
Text Example
White with #C15619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15619; }
p { color: rgb(193,86,25); }
H1.HeaderClassName
{
color: #C15619;
}
.AnyTagClassName
{
color: #C15619;
}
</style>
background-color css
<style>
a { background-color: #C15619; }
a { background-color: rgb(193,86,25); }
div.DivClassName
{
background-color: #C15619;
}
.BgClassName
{
background-color: #C15619;
}
</style>
border-color css
<style>
span { border-color: #C15619; }
span { border-color: rgb(193,86,25); }
td.TdClassName
{
border-color: #C15619;
}
.TagClassName
{
border-color: #C15619;
}
</style>