Shades of Christine #C15D2C
Tints of Christine #C15D2C
RGB
CMYK
RGB Variations
Color information
#C15D2C (or 0xC15D2C) is known color: Christine. HEX triplet: C1, 5D and 2C. RGB value is (193,93,44). Sum of RGB (Red+Green+Blue) = 193+93+44=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15D2C is #3EA2D3. Grayscale: #757575. Windows color (decimal): -4104916 or 2907585. OLE color: 2907585.
HSL color Cylindrical-coordinate representation of color #C15D2C: hue angle of 19.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C15D2C is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 44 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.24 |
| HSL | 19.73º | 0.63% | 0.46% | - |
| HSV(B) | 19.73º | 0.77% | 0.76% | - |
| XYZ | 26.36 | 19.35 | 4.73 | - |
| YUV | 117.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 44 | 0 | 0.52 | 0.77 | 0.24 | 19.73 | 0.63 | 0.46 |
| Hex | C1 | 5D | 2C | 0 | 34 | 4D | 18 | 14 | 3F | 2E |
| Octal | 301 | 135 | 54 | 0 | 64 | 115 | 30 | 24 | 77 | 56 |
| Binary | 11000001 | 1011101 | 101100 | 0 | 110100 | 1001101 | 11000 | 10100 | 111111 | 101110 |
Color Harmonies of #C15D2C
Complementary color
Monochromatic Colors of #C15D2C
Black with #C15D2C
Text Example
Text Example
White with #C15D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D2C; }
p { color: rgb(193,93,44); }
H1.HeaderClassName
{
color: #C15D2C;
}
.AnyTagClassName
{
color: #C15D2C;
}
</style>
background-color css
<style>
a { background-color: #C15D2C; }
a { background-color: rgb(193,93,44); }
div.DivClassName
{
background-color: #C15D2C;
}
.BgClassName
{
background-color: #C15D2C;
}
</style>
border-color css
<style>
span { border-color: #C15D2C; }
span { border-color: rgb(193,93,44); }
td.TdClassName
{
border-color: #C15D2C;
}
.TagClassName
{
border-color: #C15D2C;
}
</style>