Shades of Christine #C25927
Tints of Christine #C25927
RGB
CMYK
RGB Variations
Color information
#C25927 (or 0xC25927) is known color: Christine. HEX triplet: C2, 59 and 27. RGB value is (194,89,39). Sum of RGB (Red+Green+Blue) = 194+89+39=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C25927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25927 is #3DA6D8. Grayscale: #737373. Windows color (decimal): -4040409 or 2578882. OLE color: 2578882.
HSL color Cylindrical-coordinate representation of color #C25927: hue angle of 19.35º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C25927 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 39 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.24 |
| HSL | 19.35º | 0.67% | 0.46% | - |
| HSV(B) | 19.35º | 0.8% | 0.76% | - |
| XYZ | 26.19 | 18.76 | 4.16 | - |
| YUV | 114.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 39 | 0 | 0.54 | 0.80 | 0.24 | 19.35 | 0.67 | 0.46 |
| Hex | C2 | 59 | 27 | 0 | 36 | 50 | 18 | 13 | 43 | 2E |
| Octal | 302 | 131 | 47 | 0 | 66 | 120 | 30 | 23 | 103 | 56 |
| Binary | 11000010 | 1011001 | 100111 | 0 | 110110 | 1010000 | 11000 | 10011 | 1000011 | 101110 |
Color Harmonies of #C25927
Complementary color
Monochromatic Colors of #C25927
Black with #C25927
Text Example
Text Example
White with #C25927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25927; }
p { color: rgb(194,89,39); }
H1.HeaderClassName
{
color: #C25927;
}
.AnyTagClassName
{
color: #C25927;
}
</style>
background-color css
<style>
a { background-color: #C25927; }
a { background-color: rgb(194,89,39); }
div.DivClassName
{
background-color: #C25927;
}
.BgClassName
{
background-color: #C25927;
}
</style>
border-color css
<style>
span { border-color: #C25927; }
span { border-color: rgb(194,89,39); }
td.TdClassName
{
border-color: #C25927;
}
.TagClassName
{
border-color: #C25927;
}
</style>