Shades of Christine #C45824
Tints of Christine #C45824
RGB
CMYK
RGB Variations
Color information
#C45824 (or 0xC45824) is known color: Christine. HEX triplet: C4, 58 and 24. RGB value is (196,88,36). Sum of RGB (Red+Green+Blue) = 196+88+36=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C45824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45824 is #3BA7DB. Grayscale: #727272. Windows color (decimal): -3909596 or 2382020. OLE color: 2382020.
HSL color Cylindrical-coordinate representation of color #C45824: hue angle of 19.5º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C45824 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 36 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.23 |
| HSL | 19.5º | 0.69% | 0.45% | - |
| HSV(B) | 19.5º | 0.82% | 0.77% | - |
| XYZ | 26.57 | 18.84 | 3.91 | - |
| YUV | 114.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 36 | 0 | 0.55 | 0.82 | 0.23 | 19.5 | 0.69 | 0.45 |
| Hex | C4 | 58 | 24 | 0 | 37 | 52 | 17 | 14 | 45 | 2D |
| Octal | 304 | 130 | 44 | 0 | 67 | 122 | 27 | 24 | 105 | 55 |
| Binary | 11000100 | 1011000 | 100100 | 0 | 110111 | 1010010 | 10111 | 10100 | 1000101 | 101101 |
Color Harmonies of #C45824
Complementary color
Monochromatic Colors of #C45824
Black with #C45824
Text Example
Text Example
White with #C45824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45824; }
p { color: rgb(196,88,36); }
H1.HeaderClassName
{
color: #C45824;
}
.AnyTagClassName
{
color: #C45824;
}
</style>
background-color css
<style>
a { background-color: #C45824; }
a { background-color: rgb(196,88,36); }
div.DivClassName
{
background-color: #C45824;
}
.BgClassName
{
background-color: #C45824;
}
</style>
border-color css
<style>
span { border-color: #C45824; }
span { border-color: rgb(196,88,36); }
td.TdClassName
{
border-color: #C45824;
}
.TagClassName
{
border-color: #C45824;
}
</style>