Shades of Christine #C15820
Tints of Christine #C15820
RGB
CMYK
RGB Variations
Color information
#C15820 (or 0xC15820) is known color: Christine. HEX triplet: C1, 58 and 20. RGB value is (193,88,32). Sum of RGB (Red+Green+Blue) = 193+88+32=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C15820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15820 is #3EA7DF. Grayscale: #717171. Windows color (decimal): -4106208 or 2119873. OLE color: 2119873.
HSL color Cylindrical-coordinate representation of color #C15820: hue angle of 20.87º 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 #C15820 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 32 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.24 |
| HSL | 20.87º | 0.72% | 0.44% | - |
| HSV(B) | 20.87º | 0.83% | 0.76% | - |
| XYZ | 25.74 | 18.42 | 3.57 | - |
| YUV | 113.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 32 | 0 | 0.54 | 0.83 | 0.24 | 20.87 | 0.72 | 0.44 |
| Hex | C1 | 58 | 20 | 0 | 36 | 53 | 18 | 15 | 48 | 2C |
| Octal | 301 | 130 | 40 | 0 | 66 | 123 | 30 | 25 | 110 | 54 |
| Binary | 11000001 | 1011000 | 100000 | 0 | 110110 | 1010011 | 11000 | 10101 | 1001000 | 101100 |
Color Harmonies of #C15820
Complementary color
Monochromatic Colors of #C15820
Black with #C15820
Text Example
Text Example
White with #C15820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15820; }
p { color: rgb(193,88,32); }
H1.HeaderClassName
{
color: #C15820;
}
.AnyTagClassName
{
color: #C15820;
}
</style>
background-color css
<style>
a { background-color: #C15820; }
a { background-color: rgb(193,88,32); }
div.DivClassName
{
background-color: #C15820;
}
.BgClassName
{
background-color: #C15820;
}
</style>
border-color css
<style>
span { border-color: #C15820; }
span { border-color: rgb(193,88,32); }
td.TdClassName
{
border-color: #C15820;
}
.TagClassName
{
border-color: #C15820;
}
</style>