Shades of Christine #C15D21
Tints of Christine #C15D21
RGB
CMYK
RGB Variations
Color information
#C15D21 (or 0xC15D21) is known color: Christine. HEX triplet: C1, 5D and 21. RGB value is (193,93,33). Sum of RGB (Red+Green+Blue) = 193+93+33=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15D21 is #3EA2DE. Grayscale: #747474. Windows color (decimal): -4104927 or 2186689. OLE color: 2186689.
HSL color Cylindrical-coordinate representation of color #C15D21: hue angle of 22.5º degrees, saturation: 0.71, 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 #C15D21 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 33 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.24 |
| HSL | 22.5º | 0.71% | 0.44% | - |
| HSV(B) | 22.5º | 0.83% | 0.76% | - |
| XYZ | 26.18 | 19.28 | 3.78 | - |
| YUV | 116.06 | 81.13 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 33 | 0 | 0.52 | 0.83 | 0.24 | 22.5 | 0.71 | 0.44 |
| Hex | C1 | 5D | 21 | 0 | 34 | 53 | 18 | 16 | 47 | 2C |
| Octal | 301 | 135 | 41 | 0 | 64 | 123 | 30 | 26 | 107 | 54 |
| Binary | 11000001 | 1011101 | 100001 | 0 | 110100 | 1010011 | 11000 | 10110 | 1000111 | 101100 |
Color Harmonies of #C15D21
Complementary color
Monochromatic Colors of #C15D21
Black with #C15D21
Text Example
Text Example
White with #C15D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D21; }
p { color: rgb(193,93,33); }
H1.HeaderClassName
{
color: #C15D21;
}
.AnyTagClassName
{
color: #C15D21;
}
</style>
background-color css
<style>
a { background-color: #C15D21; }
a { background-color: rgb(193,93,33); }
div.DivClassName
{
background-color: #C15D21;
}
.BgClassName
{
background-color: #C15D21;
}
</style>
border-color css
<style>
span { border-color: #C15D21; }
span { border-color: rgb(193,93,33); }
td.TdClassName
{
border-color: #C15D21;
}
.TagClassName
{
border-color: #C15D21;
}
</style>