Shades of Christine #C15927
Tints of Christine #C15927
RGB
CMYK
RGB Variations
Color information
#C15927 (or 0xC15927) is known color: Christine. HEX triplet: C1, 59 and 27. RGB value is (193,89,39). Sum of RGB (Red+Green+Blue) = 193+89+39=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C15927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15927 is #3EA6D8. Grayscale: #727272. Windows color (decimal): -4105945 or 2578881. OLE color: 2578881.
HSL color Cylindrical-coordinate representation of color #C15927: hue angle of 19.48º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C15927 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 39 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.24 |
| HSL | 19.48º | 0.66% | 0.45% | - |
| HSV(B) | 19.48º | 0.8% | 0.76% | - |
| XYZ | 25.93 | 18.63 | 4.15 | - |
| YUV | 114.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 39 | 0 | 0.54 | 0.80 | 0.24 | 19.48 | 0.66 | 0.45 |
| Hex | C1 | 59 | 27 | 0 | 36 | 50 | 18 | 13 | 42 | 2D |
| Octal | 301 | 131 | 47 | 0 | 66 | 120 | 30 | 23 | 102 | 55 |
| Binary | 11000001 | 1011001 | 100111 | 0 | 110110 | 1010000 | 11000 | 10011 | 1000010 | 101101 |
Color Harmonies of #C15927
Complementary color
Monochromatic Colors of #C15927
Black with #C15927
Text Example
Text Example
White with #C15927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15927; }
p { color: rgb(193,89,39); }
H1.HeaderClassName
{
color: #C15927;
}
.AnyTagClassName
{
color: #C15927;
}
</style>
background-color css
<style>
a { background-color: #C15927; }
a { background-color: rgb(193,89,39); }
div.DivClassName
{
background-color: #C15927;
}
.BgClassName
{
background-color: #C15927;
}
</style>
border-color css
<style>
span { border-color: #C15927; }
span { border-color: rgb(193,89,39); }
td.TdClassName
{
border-color: #C15927;
}
.TagClassName
{
border-color: #C15927;
}
</style>