Shades of Christine #C15620
Tints of Christine #C15620
RGB
CMYK
RGB Variations
Color information
#C15620 (or 0xC15620) is known color: Christine. HEX triplet: C1, 56 and 20. RGB value is (193,86,32). Sum of RGB (Red+Green+Blue) = 193+86+32=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C15620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15620 is #3EA9DF. Grayscale: #707070. Windows color (decimal): -4106720 or 2119361. OLE color: 2119361.
HSL color Cylindrical-coordinate representation of color #C15620: hue angle of 20.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C15620 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 32 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.24 |
| HSL | 20.12º | 0.72% | 0.44% | - |
| HSV(B) | 20.12º | 0.83% | 0.76% | - |
| XYZ | 25.58 | 18.1 | 3.51 | - |
| YUV | 111.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 32 | 0 | 0.55 | 0.83 | 0.24 | 20.12 | 0.72 | 0.44 |
| Hex | C1 | 56 | 20 | 0 | 37 | 53 | 18 | 14 | 48 | 2C |
| Octal | 301 | 126 | 40 | 0 | 67 | 123 | 30 | 24 | 110 | 54 |
| Binary | 11000001 | 1010110 | 100000 | 0 | 110111 | 1010011 | 11000 | 10100 | 1001000 | 101100 |
Color Harmonies of #C15620
Complementary color
Monochromatic Colors of #C15620
Black with #C15620
Text Example
Text Example
White with #C15620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15620; }
p { color: rgb(193,86,32); }
H1.HeaderClassName
{
color: #C15620;
}
.AnyTagClassName
{
color: #C15620;
}
</style>
background-color css
<style>
a { background-color: #C15620; }
a { background-color: rgb(193,86,32); }
div.DivClassName
{
background-color: #C15620;
}
.BgClassName
{
background-color: #C15620;
}
</style>
border-color css
<style>
span { border-color: #C15620; }
span { border-color: rgb(193,86,32); }
td.TdClassName
{
border-color: #C15620;
}
.TagClassName
{
border-color: #C15620;
}
</style>