Shades of Christine #C56828
Tints of Christine #C56828
RGB
CMYK
RGB Variations
Color information
#C56828 (or 0xC56828) is known color: Christine. HEX triplet: C5, 68 and 28. RGB value is (197,104,40). Sum of RGB (Red+Green+Blue) = 197+104+40=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C56828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56828 is #3A97D7. Grayscale: #7C7C7C. Windows color (decimal): -3839960 or 2648261. OLE color: 2648261.
HSL color Cylindrical-coordinate representation of color #C56828: hue angle of 24.46º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C56828 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 104 | 40 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.23 |
| HSL | 24.46º | 0.66% | 0.46% | - |
| HSV(B) | 24.46º | 0.8% | 0.77% | - |
| XYZ | 28.36 | 21.92 | 4.74 | - |
| YUV | 124.51 | 80.31 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 104 | 40 | 0 | 0.47 | 0.80 | 0.23 | 24.46 | 0.66 | 0.46 |
| Hex | C5 | 68 | 28 | 0 | 2F | 50 | 17 | 18 | 42 | 2E |
| Octal | 305 | 150 | 50 | 0 | 57 | 120 | 27 | 30 | 102 | 56 |
| Binary | 11000101 | 1101000 | 101000 | 0 | 101111 | 1010000 | 10111 | 11000 | 1000010 | 101110 |
Color Harmonies of #C56828
Complementary color
Monochromatic Colors of #C56828
Black with #C56828
Text Example
Text Example
White with #C56828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56828; }
p { color: rgb(197,104,40); }
H1.HeaderClassName
{
color: #C56828;
}
.AnyTagClassName
{
color: #C56828;
}
</style>
background-color css
<style>
a { background-color: #C56828; }
a { background-color: rgb(197,104,40); }
div.DivClassName
{
background-color: #C56828;
}
.BgClassName
{
background-color: #C56828;
}
</style>
border-color css
<style>
span { border-color: #C56828; }
span { border-color: rgb(197,104,40); }
td.TdClassName
{
border-color: #C56828;
}
.TagClassName
{
border-color: #C56828;
}
</style>