Shades of Christine #C25E2C
Tints of Christine #C25E2C
RGB
CMYK
RGB Variations
Color information
#C25E2C (or 0xC25E2C) is known color: Christine. HEX triplet: C2, 5E and 2C. RGB value is (194,94,44). Sum of RGB (Red+Green+Blue) = 194+94+44=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E2C is #3DA1D3. Grayscale: #767676. Windows color (decimal): -4039124 or 2907842. OLE color: 2907842.
HSL color Cylindrical-coordinate representation of color #C25E2C: hue angle of 20º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C25E2C is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 44 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.24 |
| HSL | 20º | 0.63% | 0.47% | - |
| HSV(B) | 20º | 0.77% | 0.76% | - |
| XYZ | 26.71 | 19.66 | 4.77 | - |
| YUV | 118.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 44 | 0 | 0.52 | 0.77 | 0.24 | 20 | 0.63 | 0.47 |
| Hex | C2 | 5E | 2C | 0 | 34 | 4D | 18 | 14 | 3F | 2F |
| Octal | 302 | 136 | 54 | 0 | 64 | 115 | 30 | 24 | 77 | 57 |
| Binary | 11000010 | 1011110 | 101100 | 0 | 110100 | 1001101 | 11000 | 10100 | 111111 | 101111 |
Color Harmonies of #C25E2C
Complementary color
Monochromatic Colors of #C25E2C
Black with #C25E2C
Text Example
Text Example
White with #C25E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E2C; }
p { color: rgb(194,94,44); }
H1.HeaderClassName
{
color: #C25E2C;
}
.AnyTagClassName
{
color: #C25E2C;
}
</style>
background-color css
<style>
a { background-color: #C25E2C; }
a { background-color: rgb(194,94,44); }
div.DivClassName
{
background-color: #C25E2C;
}
.BgClassName
{
background-color: #C25E2C;
}
</style>
border-color css
<style>
span { border-color: #C25E2C; }
span { border-color: rgb(194,94,44); }
td.TdClassName
{
border-color: #C25E2C;
}
.TagClassName
{
border-color: #C25E2C;
}
</style>