Shades of Christine #C15D1B
Tints of Christine #C15D1B
RGB
CMYK
RGB Variations
Color information
#C15D1B (or 0xC15D1B) is known color: Christine. HEX triplet: C1, 5D and 1B. RGB value is (193,93,27). Sum of RGB (Red+Green+Blue) = 193+93+27=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15D1B is #3EA2E4. Grayscale: #737373. Windows color (decimal): -4104933 or 1793473. OLE color: 1793473.
HSL color Cylindrical-coordinate representation of color #C15D1B: hue angle of 23.86º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C15D1B is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 27 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.24 |
| HSL | 23.86º | 0.75% | 0.43% | - |
| HSV(B) | 23.86º | 0.86% | 0.76% | - |
| XYZ | 26.1 | 19.25 | 3.38 | - |
| YUV | 115.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 27 | 0 | 0.52 | 0.86 | 0.24 | 23.86 | 0.75 | 0.43 |
| Hex | C1 | 5D | 1B | 0 | 34 | 56 | 18 | 18 | 4B | 2B |
| Octal | 301 | 135 | 33 | 0 | 64 | 126 | 30 | 30 | 113 | 53 |
| Binary | 11000001 | 1011101 | 11011 | 0 | 110100 | 1010110 | 11000 | 11000 | 1001011 | 101011 |
Color Harmonies of #C15D1B
Complementary color
Monochromatic Colors of #C15D1B
Black with #C15D1B
Text Example
Text Example
White with #C15D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D1B; }
p { color: rgb(193,93,27); }
H1.HeaderClassName
{
color: #C15D1B;
}
.AnyTagClassName
{
color: #C15D1B;
}
</style>
background-color css
<style>
a { background-color: #C15D1B; }
a { background-color: rgb(193,93,27); }
div.DivClassName
{
background-color: #C15D1B;
}
.BgClassName
{
background-color: #C15D1B;
}
</style>
border-color css
<style>
span { border-color: #C15D1B; }
span { border-color: rgb(193,93,27); }
td.TdClassName
{
border-color: #C15D1B;
}
.TagClassName
{
border-color: #C15D1B;
}
</style>