Shades of Christine #C55923
Tints of Christine #C55923
RGB
CMYK
RGB Variations
Color information
#C55923 (or 0xC55923) is known color: Christine. HEX triplet: C5, 59 and 23. RGB value is (197,89,35). Sum of RGB (Red+Green+Blue) = 197+89+35=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C55923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55923 is #3AA6DC. Grayscale: #737373. Windows color (decimal): -3843805 or 2316741. OLE color: 2316741.
HSL color Cylindrical-coordinate representation of color #C55923: hue angle of 20º 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 #C55923 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 35 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.23 |
| HSL | 20º | 0.7% | 0.45% | - |
| HSV(B) | 20º | 0.82% | 0.77% | - |
| XYZ | 26.9 | 19.14 | 3.87 | - |
| YUV | 115.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 35 | 0 | 0.55 | 0.82 | 0.23 | 20 | 0.7 | 0.45 |
| Hex | C5 | 59 | 23 | 0 | 37 | 52 | 17 | 14 | 46 | 2D |
| Octal | 305 | 131 | 43 | 0 | 67 | 122 | 27 | 24 | 106 | 55 |
| Binary | 11000101 | 1011001 | 100011 | 0 | 110111 | 1010010 | 10111 | 10100 | 1000110 | 101101 |
Color Harmonies of #C55923
Complementary color
Monochromatic Colors of #C55923
Black with #C55923
Text Example
Text Example
White with #C55923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55923; }
p { color: rgb(197,89,35); }
H1.HeaderClassName
{
color: #C55923;
}
.AnyTagClassName
{
color: #C55923;
}
</style>
background-color css
<style>
a { background-color: #C55923; }
a { background-color: rgb(197,89,35); }
div.DivClassName
{
background-color: #C55923;
}
.BgClassName
{
background-color: #C55923;
}
</style>
border-color css
<style>
span { border-color: #C55923; }
span { border-color: rgb(197,89,35); }
td.TdClassName
{
border-color: #C55923;
}
.TagClassName
{
border-color: #C55923;
}
</style>