Shades of Christine #C25926
Tints of Christine #C25926
RGB
CMYK
RGB Variations
Color information
#C25926 (or 0xC25926) is known color: Christine. HEX triplet: C2, 59 and 26. RGB value is (194,89,38). Sum of RGB (Red+Green+Blue) = 194+89+38=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C25926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25926 is #3DA6D9. Grayscale: #727272. Windows color (decimal): -4040410 or 2513346. OLE color: 2513346.
HSL color Cylindrical-coordinate representation of color #C25926: hue angle of 19.62º 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 #C25926 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 38 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.24 |
| HSL | 19.62º | 0.67% | 0.45% | - |
| HSV(B) | 19.62º | 0.8% | 0.76% | - |
| XYZ | 26.17 | 18.75 | 4.07 | - |
| YUV | 114.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 38 | 0 | 0.54 | 0.80 | 0.24 | 19.62 | 0.67 | 0.45 |
| Hex | C2 | 59 | 26 | 0 | 36 | 50 | 18 | 14 | 43 | 2D |
| Octal | 302 | 131 | 46 | 0 | 66 | 120 | 30 | 24 | 103 | 55 |
| Binary | 11000010 | 1011001 | 100110 | 0 | 110110 | 1010000 | 11000 | 10100 | 1000011 | 101101 |
Color Harmonies of #C25926
Complementary color
Monochromatic Colors of #C25926
Black with #C25926
Text Example
Text Example
White with #C25926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25926; }
p { color: rgb(194,89,38); }
H1.HeaderClassName
{
color: #C25926;
}
.AnyTagClassName
{
color: #C25926;
}
</style>
background-color css
<style>
a { background-color: #C25926; }
a { background-color: rgb(194,89,38); }
div.DivClassName
{
background-color: #C25926;
}
.BgClassName
{
background-color: #C25926;
}
</style>
border-color css
<style>
span { border-color: #C25926; }
span { border-color: rgb(194,89,38); }
td.TdClassName
{
border-color: #C25926;
}
.TagClassName
{
border-color: #C25926;
}
</style>