Shades of Christine #C15622
Tints of Christine #C15622
RGB
CMYK
RGB Variations
Color information
#C15622 (or 0xC15622) is known color: Christine. HEX triplet: C1, 56 and 22. RGB value is (193,86,34). Sum of RGB (Red+Green+Blue) = 193+86+34=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C15622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15622 is #3EA9DD. Grayscale: #707070. Windows color (decimal): -4106718 or 2250433. OLE color: 2250433.
HSL color Cylindrical-coordinate representation of color #C15622: hue angle of 19.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C15622 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 34 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.24 |
| HSL | 19.62º | 0.7% | 0.45% | - |
| HSV(B) | 19.62º | 0.82% | 0.76% | - |
| XYZ | 25.61 | 18.11 | 3.66 | - |
| YUV | 112.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 34 | 0 | 0.55 | 0.82 | 0.24 | 19.62 | 0.7 | 0.45 |
| Hex | C1 | 56 | 22 | 0 | 37 | 52 | 18 | 14 | 46 | 2D |
| Octal | 301 | 126 | 42 | 0 | 67 | 122 | 30 | 24 | 106 | 55 |
| Binary | 11000001 | 1010110 | 100010 | 0 | 110111 | 1010010 | 11000 | 10100 | 1000110 | 101101 |
Color Harmonies of #C15622
Complementary color
Monochromatic Colors of #C15622
Black with #C15622
Text Example
Text Example
White with #C15622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15622; }
p { color: rgb(193,86,34); }
H1.HeaderClassName
{
color: #C15622;
}
.AnyTagClassName
{
color: #C15622;
}
</style>
background-color css
<style>
a { background-color: #C15622; }
a { background-color: rgb(193,86,34); }
div.DivClassName
{
background-color: #C15622;
}
.BgClassName
{
background-color: #C15622;
}
</style>
border-color css
<style>
span { border-color: #C15622; }
span { border-color: rgb(193,86,34); }
td.TdClassName
{
border-color: #C15622;
}
.TagClassName
{
border-color: #C15622;
}
</style>