Shades of Christine #C25720
Tints of Christine #C25720
RGB
CMYK
RGB Variations
Color information
#C25720 (or 0xC25720) is known color: Christine. HEX triplet: C2, 57 and 20. RGB value is (194,87,32). Sum of RGB (Red+Green+Blue) = 194+87+32=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C25720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25720 is #3DA8DF. Grayscale: #717171. Windows color (decimal): -4040928 or 2119618. OLE color: 2119618.
HSL color Cylindrical-coordinate representation of color #C25720: hue angle of 20.37º 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 #C25720 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 32 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.24 |
| HSL | 20.37º | 0.72% | 0.44% | - |
| HSV(B) | 20.37º | 0.84% | 0.76% | - |
| XYZ | 25.92 | 18.39 | 3.55 | - |
| YUV | 112.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 32 | 0 | 0.55 | 0.84 | 0.24 | 20.37 | 0.72 | 0.44 |
| Hex | C2 | 57 | 20 | 0 | 37 | 54 | 18 | 14 | 48 | 2C |
| Octal | 302 | 127 | 40 | 0 | 67 | 124 | 30 | 24 | 110 | 54 |
| Binary | 11000010 | 1010111 | 100000 | 0 | 110111 | 1010100 | 11000 | 10100 | 1001000 | 101100 |
Color Harmonies of #C25720
Complementary color
Monochromatic Colors of #C25720
Black with #C25720
Text Example
Text Example
White with #C25720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25720; }
p { color: rgb(194,87,32); }
H1.HeaderClassName
{
color: #C25720;
}
.AnyTagClassName
{
color: #C25720;
}
</style>
background-color css
<style>
a { background-color: #C25720; }
a { background-color: rgb(194,87,32); }
div.DivClassName
{
background-color: #C25720;
}
.BgClassName
{
background-color: #C25720;
}
</style>
border-color css
<style>
span { border-color: #C25720; }
span { border-color: rgb(194,87,32); }
td.TdClassName
{
border-color: #C25720;
}
.TagClassName
{
border-color: #C25720;
}
</style>