Shades of Christine #C15520
Tints of Christine #C15520
RGB
CMYK
RGB Variations
Color information
#C15520 (or 0xC15520) is known color: Christine. HEX triplet: C1, 55 and 20. RGB value is (193,85,32). Sum of RGB (Red+Green+Blue) = 193+85+32=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C15520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15520 is #3EAADF. Grayscale: #6F6F6F. Windows color (decimal): -4106976 or 2119105. OLE color: 2119105.
HSL color Cylindrical-coordinate representation of color #C15520: hue angle of 19.75º 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 #C15520 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 32 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.24 |
| HSL | 19.75º | 0.72% | 0.44% | - |
| HSV(B) | 19.75º | 0.83% | 0.76% | - |
| XYZ | 25.5 | 17.94 | 3.48 | - |
| YUV | 111.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 32 | 0 | 0.56 | 0.83 | 0.24 | 19.75 | 0.72 | 0.44 |
| Hex | C1 | 55 | 20 | 0 | 38 | 53 | 18 | 14 | 48 | 2C |
| Octal | 301 | 125 | 40 | 0 | 70 | 123 | 30 | 24 | 110 | 54 |
| Binary | 11000001 | 1010101 | 100000 | 0 | 111000 | 1010011 | 11000 | 10100 | 1001000 | 101100 |
Color Harmonies of #C15520
Complementary color
Monochromatic Colors of #C15520
Black with #C15520
Text Example
Text Example
White with #C15520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15520; }
p { color: rgb(193,85,32); }
H1.HeaderClassName
{
color: #C15520;
}
.AnyTagClassName
{
color: #C15520;
}
</style>
background-color css
<style>
a { background-color: #C15520; }
a { background-color: rgb(193,85,32); }
div.DivClassName
{
background-color: #C15520;
}
.BgClassName
{
background-color: #C15520;
}
</style>
border-color css
<style>
span { border-color: #C15520; }
span { border-color: rgb(193,85,32); }
td.TdClassName
{
border-color: #C15520;
}
.TagClassName
{
border-color: #C15520;
}
</style>