Shades of Christine #C55823
Tints of Christine #C55823
RGB
CMYK
RGB Variations
Color information
#C55823 (or 0xC55823) is known color: Christine. HEX triplet: C5, 58 and 23. RGB value is (197,88,35). Sum of RGB (Red+Green+Blue) = 197+88+35=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C55823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55823 is #3AA7DC. Grayscale: #727272. Windows color (decimal): -3844061 or 2316485. OLE color: 2316485.
HSL color Cylindrical-coordinate representation of color #C55823: hue angle of 19.63º degrees, saturation: 0.7, 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 #C55823 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 35 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.23 |
| HSL | 19.63º | 0.7% | 0.45% | - |
| HSV(B) | 19.63º | 0.82% | 0.77% | - |
| XYZ | 26.82 | 18.97 | 3.84 | - |
| YUV | 114.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 35 | 0 | 0.55 | 0.82 | 0.23 | 19.63 | 0.7 | 0.45 |
| Hex | C5 | 58 | 23 | 0 | 37 | 52 | 17 | 14 | 46 | 2D |
| Octal | 305 | 130 | 43 | 0 | 67 | 122 | 27 | 24 | 106 | 55 |
| Binary | 11000101 | 1011000 | 100011 | 0 | 110111 | 1010010 | 10111 | 10100 | 1000110 | 101101 |
Color Harmonies of #C55823
Complementary color
Monochromatic Colors of #C55823
Black with #C55823
Text Example
Text Example
White with #C55823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55823; }
p { color: rgb(197,88,35); }
H1.HeaderClassName
{
color: #C55823;
}
.AnyTagClassName
{
color: #C55823;
}
</style>
background-color css
<style>
a { background-color: #C55823; }
a { background-color: rgb(197,88,35); }
div.DivClassName
{
background-color: #C55823;
}
.BgClassName
{
background-color: #C55823;
}
</style>
border-color css
<style>
span { border-color: #C55823; }
span { border-color: rgb(197,88,35); }
td.TdClassName
{
border-color: #C55823;
}
.TagClassName
{
border-color: #C55823;
}
</style>