Shades of Christine #C25E21
Tints of Christine #C25E21
RGB
CMYK
RGB Variations
Color information
#C25E21 (or 0xC25E21) is known color: Christine. HEX triplet: C2, 5E and 21. RGB value is (194,94,33). Sum of RGB (Red+Green+Blue) = 194+94+33=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E21 is #3DA1DE. Grayscale: #757575. Windows color (decimal): -4039135 or 2186946. OLE color: 2186946.
HSL color Cylindrical-coordinate representation of color #C25E21: hue angle of 22.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C25E21 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 33 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.24 |
| HSL | 22.73º | 0.71% | 0.45% | - |
| HSV(B) | 22.73º | 0.83% | 0.76% | - |
| XYZ | 26.53 | 19.58 | 3.82 | - |
| YUV | 116.95 | 80.63 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 33 | 0 | 0.52 | 0.83 | 0.24 | 22.73 | 0.71 | 0.45 |
| Hex | C2 | 5E | 21 | 0 | 34 | 53 | 18 | 17 | 47 | 2D |
| Octal | 302 | 136 | 41 | 0 | 64 | 123 | 30 | 27 | 107 | 55 |
| Binary | 11000010 | 1011110 | 100001 | 0 | 110100 | 1010011 | 11000 | 10111 | 1000111 | 101101 |
Color Harmonies of #C25E21
Complementary color
Monochromatic Colors of #C25E21
Black with #C25E21
Text Example
Text Example
White with #C25E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E21; }
p { color: rgb(194,94,33); }
H1.HeaderClassName
{
color: #C25E21;
}
.AnyTagClassName
{
color: #C25E21;
}
</style>
background-color css
<style>
a { background-color: #C25E21; }
a { background-color: rgb(194,94,33); }
div.DivClassName
{
background-color: #C25E21;
}
.BgClassName
{
background-color: #C25E21;
}
</style>
border-color css
<style>
span { border-color: #C25E21; }
span { border-color: rgb(194,94,33); }
td.TdClassName
{
border-color: #C25E21;
}
.TagClassName
{
border-color: #C25E21;
}
</style>