Shades of Christine #C15923
Tints of Christine #C15923
RGB
CMYK
RGB Variations
Color information
#C15923 (or 0xC15923) is known color: Christine. HEX triplet: C1, 59 and 23. RGB value is (193,89,35). Sum of RGB (Red+Green+Blue) = 193+89+35=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C15923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15923 is #3EA6DC. Grayscale: #727272. Windows color (decimal): -4105949 or 2316737. OLE color: 2316737.
HSL color Cylindrical-coordinate representation of color #C15923: hue angle of 20.51º degrees, saturation: 0.69, 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 #C15923 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 35 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.24 |
| HSL | 20.51º | 0.69% | 0.45% | - |
| HSV(B) | 20.51º | 0.82% | 0.76% | - |
| XYZ | 25.87 | 18.6 | 3.82 | - |
| YUV | 113.94 | 83.46 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 35 | 0 | 0.54 | 0.82 | 0.24 | 20.51 | 0.69 | 0.45 |
| Hex | C1 | 59 | 23 | 0 | 36 | 52 | 18 | 15 | 45 | 2D |
| Octal | 301 | 131 | 43 | 0 | 66 | 122 | 30 | 25 | 105 | 55 |
| Binary | 11000001 | 1011001 | 100011 | 0 | 110110 | 1010010 | 11000 | 10101 | 1000101 | 101101 |
Color Harmonies of #C15923
Complementary color
Monochromatic Colors of #C15923
Black with #C15923
Text Example
Text Example
White with #C15923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15923; }
p { color: rgb(193,89,35); }
H1.HeaderClassName
{
color: #C15923;
}
.AnyTagClassName
{
color: #C15923;
}
</style>
background-color css
<style>
a { background-color: #C15923; }
a { background-color: rgb(193,89,35); }
div.DivClassName
{
background-color: #C15923;
}
.BgClassName
{
background-color: #C15923;
}
</style>
border-color css
<style>
span { border-color: #C15923; }
span { border-color: rgb(193,89,35); }
td.TdClassName
{
border-color: #C15923;
}
.TagClassName
{
border-color: #C15923;
}
</style>