Shades of Christine #C25A26
Tints of Christine #C25A26
RGB
CMYK
RGB Variations
Color information
#C25A26 (or 0xC25A26) is known color: Christine. HEX triplet: C2, 5A and 26. RGB value is (194,90,38). Sum of RGB (Red+Green+Blue) = 194+90+38=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A26 is #3DA5D9. Grayscale: #737373. Windows color (decimal): -4040154 or 2513602. OLE color: 2513602.
HSL color Cylindrical-coordinate representation of color #C25A26: hue angle of 20º 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 #C25A26 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 90 | 38 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.24 |
| HSL | 20º | 0.67% | 0.45% | - |
| HSV(B) | 20º | 0.8% | 0.76% | - |
| XYZ | 26.25 | 18.92 | 4.1 | - |
| YUV | 115.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 38 | 0 | 0.54 | 0.80 | 0.24 | 20 | 0.67 | 0.45 |
| Hex | C2 | 5A | 26 | 0 | 36 | 50 | 18 | 14 | 43 | 2D |
| Octal | 302 | 132 | 46 | 0 | 66 | 120 | 30 | 24 | 103 | 55 |
| Binary | 11000010 | 1011010 | 100110 | 0 | 110110 | 1010000 | 11000 | 10100 | 1000011 | 101101 |
Color Harmonies of #C25A26
Complementary color
Monochromatic Colors of #C25A26
Black with #C25A26
Text Example
Text Example
White with #C25A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25A26; }
p { color: rgb(194,90,38); }
H1.HeaderClassName
{
color: #C25A26;
}
.AnyTagClassName
{
color: #C25A26;
}
</style>
background-color css
<style>
a { background-color: #C25A26; }
a { background-color: rgb(194,90,38); }
div.DivClassName
{
background-color: #C25A26;
}
.BgClassName
{
background-color: #C25A26;
}
</style>
border-color css
<style>
span { border-color: #C25A26; }
span { border-color: rgb(194,90,38); }
td.TdClassName
{
border-color: #C25A26;
}
.TagClassName
{
border-color: #C25A26;
}
</style>