Shades of Christine #C25825
Tints of Christine #C25825
RGB
CMYK
RGB Variations
Color information
#C25825 (or 0xC25825) is known color: Christine. HEX triplet: C2, 58 and 25. RGB value is (194,88,37). Sum of RGB (Red+Green+Blue) = 194+88+37=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C25825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25825 is #3DA7DA. Grayscale: #727272. Windows color (decimal): -4040667 or 2447554. OLE color: 2447554.
HSL color Cylindrical-coordinate representation of color #C25825: hue angle of 19.49º degrees, saturation: 0.68, 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 #C25825 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 37 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.24 |
| HSL | 19.49º | 0.68% | 0.45% | - |
| HSV(B) | 19.49º | 0.81% | 0.76% | - |
| XYZ | 26.07 | 18.58 | 3.96 | - |
| YUV | 113.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 37 | 0 | 0.55 | 0.81 | 0.24 | 19.49 | 0.68 | 0.45 |
| Hex | C2 | 58 | 25 | 0 | 37 | 51 | 18 | 13 | 44 | 2D |
| Octal | 302 | 130 | 45 | 0 | 67 | 121 | 30 | 23 | 104 | 55 |
| Binary | 11000010 | 1011000 | 100101 | 0 | 110111 | 1010001 | 11000 | 10011 | 1000100 | 101101 |
Color Harmonies of #C25825
Complementary color
Monochromatic Colors of #C25825
Black with #C25825
Text Example
Text Example
White with #C25825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25825; }
p { color: rgb(194,88,37); }
H1.HeaderClassName
{
color: #C25825;
}
.AnyTagClassName
{
color: #C25825;
}
</style>
background-color css
<style>
a { background-color: #C25825; }
a { background-color: rgb(194,88,37); }
div.DivClassName
{
background-color: #C25825;
}
.BgClassName
{
background-color: #C25825;
}
</style>
border-color css
<style>
span { border-color: #C25825; }
span { border-color: rgb(194,88,37); }
td.TdClassName
{
border-color: #C25825;
}
.TagClassName
{
border-color: #C25825;
}
</style>