Shades of Christine #C56328
Tints of Christine #C56328
RGB
CMYK
RGB Variations
Color information
#C56328 (or 0xC56328) is known color: Christine. HEX triplet: C5, 63 and 28. RGB value is (197,99,40). Sum of RGB (Red+Green+Blue) = 197+99+40=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C56328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56328 is #3A9CD7. Grayscale: #797979. Windows color (decimal): -3841240 or 2646981. OLE color: 2646981.
HSL color Cylindrical-coordinate representation of color #C56328: hue angle of 22.55º 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 #C56328 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 40 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.23 |
| HSL | 22.55º | 0.66% | 0.46% | - |
| HSV(B) | 22.55º | 0.8% | 0.77% | - |
| XYZ | 27.87 | 20.95 | 4.58 | - |
| YUV | 121.58 | 81.97 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 40 | 0 | 0.50 | 0.80 | 0.23 | 22.55 | 0.66 | 0.46 |
| Hex | C5 | 63 | 28 | 0 | 32 | 50 | 17 | 17 | 42 | 2E |
| Octal | 305 | 143 | 50 | 0 | 62 | 120 | 27 | 27 | 102 | 56 |
| Binary | 11000101 | 1100011 | 101000 | 0 | 110010 | 1010000 | 10111 | 10111 | 1000010 | 101110 |
Color Harmonies of #C56328
Complementary color
Monochromatic Colors of #C56328
Black with #C56328
Text Example
Text Example
White with #C56328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56328; }
p { color: rgb(197,99,40); }
H1.HeaderClassName
{
color: #C56328;
}
.AnyTagClassName
{
color: #C56328;
}
</style>
background-color css
<style>
a { background-color: #C56328; }
a { background-color: rgb(197,99,40); }
div.DivClassName
{
background-color: #C56328;
}
.BgClassName
{
background-color: #C56328;
}
</style>
border-color css
<style>
span { border-color: #C56328; }
span { border-color: rgb(197,99,40); }
td.TdClassName
{
border-color: #C56328;
}
.TagClassName
{
border-color: #C56328;
}
</style>