Shades of Christine #C56523
Tints of Christine #C56523
RGB
CMYK
RGB Variations
Color information
#C56523 (or 0xC56523) is known color: Christine. HEX triplet: C5, 65 and 23. RGB value is (197,101,35). Sum of RGB (Red+Green+Blue) = 197+101+35=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C56523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56523 is #3A9ADC. Grayscale: #7A7A7A. Windows color (decimal): -3840733 or 2319813. OLE color: 2319813.
HSL color Cylindrical-coordinate representation of color #C56523: hue angle of 24.44º 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 #C56523 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 35 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.23 |
| HSL | 24.44º | 0.7% | 0.45% | - |
| HSV(B) | 24.44º | 0.82% | 0.77% | - |
| XYZ | 27.98 | 21.3 | 4.23 | - |
| YUV | 122.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 35 | 0 | 0.49 | 0.82 | 0.23 | 24.44 | 0.7 | 0.45 |
| Hex | C5 | 65 | 23 | 0 | 31 | 52 | 17 | 18 | 46 | 2D |
| Octal | 305 | 145 | 43 | 0 | 61 | 122 | 27 | 30 | 106 | 55 |
| Binary | 11000101 | 1100101 | 100011 | 0 | 110001 | 1010010 | 10111 | 11000 | 1000110 | 101101 |
Color Harmonies of #C56523
Complementary color
Monochromatic Colors of #C56523
Black with #C56523
Text Example
Text Example
White with #C56523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56523; }
p { color: rgb(197,101,35); }
H1.HeaderClassName
{
color: #C56523;
}
.AnyTagClassName
{
color: #C56523;
}
</style>
background-color css
<style>
a { background-color: #C56523; }
a { background-color: rgb(197,101,35); }
div.DivClassName
{
background-color: #C56523;
}
.BgClassName
{
background-color: #C56523;
}
</style>
border-color css
<style>
span { border-color: #C56523; }
span { border-color: rgb(197,101,35); }
td.TdClassName
{
border-color: #C56523;
}
.TagClassName
{
border-color: #C56523;
}
</style>