Shades of Christine #C15825
Tints of Christine #C15825
RGB
CMYK
RGB Variations
Color information
#C15825 (or 0xC15825) is known color: Christine. HEX triplet: C1, 58 and 25. RGB value is (193,88,37). Sum of RGB (Red+Green+Blue) = 193+88+37=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C15825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15825 is #3EA7DA. Grayscale: #717171. Windows color (decimal): -4106203 or 2447553. OLE color: 2447553.
HSL color Cylindrical-coordinate representation of color #C15825: hue angle of 19.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C15825 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 37 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.24 |
| HSL | 19.62º | 0.68% | 0.45% | - |
| HSV(B) | 19.62º | 0.81% | 0.76% | - |
| XYZ | 25.82 | 18.45 | 3.95 | - |
| YUV | 113.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 37 | 0 | 0.54 | 0.81 | 0.24 | 19.62 | 0.68 | 0.45 |
| Hex | C1 | 58 | 25 | 0 | 36 | 51 | 18 | 14 | 44 | 2D |
| Octal | 301 | 130 | 45 | 0 | 66 | 121 | 30 | 24 | 104 | 55 |
| Binary | 11000001 | 1011000 | 100101 | 0 | 110110 | 1010001 | 11000 | 10100 | 1000100 | 101101 |
Color Harmonies of #C15825
Complementary color
Monochromatic Colors of #C15825
Black with #C15825
Text Example
Text Example
White with #C15825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15825; }
p { color: rgb(193,88,37); }
H1.HeaderClassName
{
color: #C15825;
}
.AnyTagClassName
{
color: #C15825;
}
</style>
background-color css
<style>
a { background-color: #C15825; }
a { background-color: rgb(193,88,37); }
div.DivClassName
{
background-color: #C15825;
}
.BgClassName
{
background-color: #C15825;
}
</style>
border-color css
<style>
span { border-color: #C15825; }
span { border-color: rgb(193,88,37); }
td.TdClassName
{
border-color: #C15825;
}
.TagClassName
{
border-color: #C15825;
}
</style>