Shades of Christine #C25624
Tints of Christine #C25624
RGB
CMYK
RGB Variations
Color information
#C25624 (or 0xC25624) is known color: Christine. HEX triplet: C2, 56 and 24. RGB value is (194,86,36). Sum of RGB (Red+Green+Blue) = 194+86+36=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C25624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25624 is #3DA9DB. Grayscale: #707070. Windows color (decimal): -4041180 or 2381506. OLE color: 2381506.
HSL color Cylindrical-coordinate representation of color #C25624: hue angle of 18.99º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C25624 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 36 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.24 |
| HSL | 18.99º | 0.69% | 0.45% | - |
| HSV(B) | 18.99º | 0.81% | 0.76% | - |
| XYZ | 25.89 | 18.25 | 3.83 | - |
| YUV | 112.59 | 84.78 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 36 | 0 | 0.56 | 0.81 | 0.24 | 18.99 | 0.69 | 0.45 |
| Hex | C2 | 56 | 24 | 0 | 38 | 51 | 18 | 13 | 45 | 2D |
| Octal | 302 | 126 | 44 | 0 | 70 | 121 | 30 | 23 | 105 | 55 |
| Binary | 11000010 | 1010110 | 100100 | 0 | 111000 | 1010001 | 11000 | 10011 | 1000101 | 101101 |
Color Harmonies of #C25624
Complementary color
Monochromatic Colors of #C25624
Black with #C25624
Text Example
Text Example
White with #C25624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25624; }
p { color: rgb(194,86,36); }
H1.HeaderClassName
{
color: #C25624;
}
.AnyTagClassName
{
color: #C25624;
}
</style>
background-color css
<style>
a { background-color: #C25624; }
a { background-color: rgb(194,86,36); }
div.DivClassName
{
background-color: #C25624;
}
.BgClassName
{
background-color: #C25624;
}
</style>
border-color css
<style>
span { border-color: #C25624; }
span { border-color: rgb(194,86,36); }
td.TdClassName
{
border-color: #C25624;
}
.TagClassName
{
border-color: #C25624;
}
</style>