Shades of Christine #C25826
Tints of Christine #C25826
RGB
CMYK
RGB Variations
Color information
#C25826 (or 0xC25826) is known color: Christine. HEX triplet: C2, 58 and 26. RGB value is (194,88,38). Sum of RGB (Red+Green+Blue) = 194+88+38=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C25826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25826 is #3DA7D9. Grayscale: #727272. Windows color (decimal): -4040666 or 2513090. OLE color: 2513090.
HSL color Cylindrical-coordinate representation of color #C25826: hue angle of 19.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C25826 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 38 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.24 |
| HSL | 19.23º | 0.67% | 0.45% | - |
| HSV(B) | 19.23º | 0.8% | 0.76% | - |
| XYZ | 26.09 | 18.59 | 4.05 | - |
| YUV | 113.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 38 | 0 | 0.55 | 0.80 | 0.24 | 19.23 | 0.67 | 0.45 |
| Hex | C2 | 58 | 26 | 0 | 37 | 50 | 18 | 13 | 43 | 2D |
| Octal | 302 | 130 | 46 | 0 | 67 | 120 | 30 | 23 | 103 | 55 |
| Binary | 11000010 | 1011000 | 100110 | 0 | 110111 | 1010000 | 11000 | 10011 | 1000011 | 101101 |
Color Harmonies of #C25826
Complementary color
Monochromatic Colors of #C25826
Black with #C25826
Text Example
Text Example
White with #C25826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25826; }
p { color: rgb(194,88,38); }
H1.HeaderClassName
{
color: #C25826;
}
.AnyTagClassName
{
color: #C25826;
}
</style>
background-color css
<style>
a { background-color: #C25826; }
a { background-color: rgb(194,88,38); }
div.DivClassName
{
background-color: #C25826;
}
.BgClassName
{
background-color: #C25826;
}
</style>
border-color css
<style>
span { border-color: #C25826; }
span { border-color: rgb(194,88,38); }
td.TdClassName
{
border-color: #C25826;
}
.TagClassName
{
border-color: #C25826;
}
</style>