Shades of Christine #C25C20
Tints of Christine #C25C20
RGB
CMYK
RGB Variations
Color information
#C25C20 (or 0xC25C20) is known color: Christine. HEX triplet: C2, 5C and 20. RGB value is (194,92,32). Sum of RGB (Red+Green+Blue) = 194+92+32=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25C20 is #3DA3DF. Grayscale: #737373. Windows color (decimal): -4039648 or 2120898. OLE color: 2120898.
HSL color Cylindrical-coordinate representation of color #C25C20: hue angle of 22.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C25C20 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 32 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.24 |
| HSL | 22.22º | 0.72% | 0.44% | - |
| HSV(B) | 22.22º | 0.84% | 0.76% | - |
| XYZ | 26.34 | 19.23 | 3.69 | - |
| YUV | 115.66 | 80.79 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 32 | 0 | 0.53 | 0.84 | 0.24 | 22.22 | 0.72 | 0.44 |
| Hex | C2 | 5C | 20 | 0 | 35 | 54 | 18 | 16 | 48 | 2C |
| Octal | 302 | 134 | 40 | 0 | 65 | 124 | 30 | 26 | 110 | 54 |
| Binary | 11000010 | 1011100 | 100000 | 0 | 110101 | 1010100 | 11000 | 10110 | 1001000 | 101100 |
Color Harmonies of #C25C20
Complementary color
Monochromatic Colors of #C25C20
Black with #C25C20
Text Example
Text Example
White with #C25C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C20; }
p { color: rgb(194,92,32); }
H1.HeaderClassName
{
color: #C25C20;
}
.AnyTagClassName
{
color: #C25C20;
}
</style>
background-color css
<style>
a { background-color: #C25C20; }
a { background-color: rgb(194,92,32); }
div.DivClassName
{
background-color: #C25C20;
}
.BgClassName
{
background-color: #C25C20;
}
</style>
border-color css
<style>
span { border-color: #C25C20; }
span { border-color: rgb(194,92,32); }
td.TdClassName
{
border-color: #C25C20;
}
.TagClassName
{
border-color: #C25C20;
}
</style>