Shades of Christine #C25620
Tints of Christine #C25620
RGB
CMYK
RGB Variations
Color information
#C25620 (or 0xC25620) is known color: Christine. HEX triplet: C2, 56 and 20. RGB value is (194,86,32). Sum of RGB (Red+Green+Blue) = 194+86+32=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C25620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25620 is #3DA9DF. Grayscale: #707070. Windows color (decimal): -4041184 or 2119362. OLE color: 2119362.
HSL color Cylindrical-coordinate representation of color #C25620: hue angle of 20º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C25620 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 32 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.24 |
| HSL | 20º | 0.72% | 0.44% | - |
| HSV(B) | 20º | 0.84% | 0.76% | - |
| XYZ | 25.84 | 18.23 | 3.52 | - |
| YUV | 112.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 32 | 0 | 0.56 | 0.84 | 0.24 | 20 | 0.72 | 0.44 |
| Hex | C2 | 56 | 20 | 0 | 38 | 54 | 18 | 14 | 48 | 2C |
| Octal | 302 | 126 | 40 | 0 | 70 | 124 | 30 | 24 | 110 | 54 |
| Binary | 11000010 | 1010110 | 100000 | 0 | 111000 | 1010100 | 11000 | 10100 | 1001000 | 101100 |
Color Harmonies of #C25620
Complementary color
Monochromatic Colors of #C25620
Black with #C25620
Text Example
Text Example
White with #C25620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25620; }
p { color: rgb(194,86,32); }
H1.HeaderClassName
{
color: #C25620;
}
.AnyTagClassName
{
color: #C25620;
}
</style>
background-color css
<style>
a { background-color: #C25620; }
a { background-color: rgb(194,86,32); }
div.DivClassName
{
background-color: #C25620;
}
.BgClassName
{
background-color: #C25620;
}
</style>
border-color css
<style>
span { border-color: #C25620; }
span { border-color: rgb(194,86,32); }
td.TdClassName
{
border-color: #C25620;
}
.TagClassName
{
border-color: #C25620;
}
</style>