Shades of Christine #C25722
Tints of Christine #C25722
RGB
CMYK
RGB Variations
Color information
#C25722 (or 0xC25722) is known color: Christine. HEX triplet: C2, 57 and 22. RGB value is (194,87,34). Sum of RGB (Red+Green+Blue) = 194+87+34=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C25722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25722 is #3DA8DD. Grayscale: #717171. Windows color (decimal): -4040926 or 2250690. OLE color: 2250690.
HSL color Cylindrical-coordinate representation of color #C25722: hue angle of 19.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C25722 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 34 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.24 |
| HSL | 19.88º | 0.7% | 0.45% | - |
| HSV(B) | 19.88º | 0.82% | 0.76% | - |
| XYZ | 25.95 | 18.4 | 3.7 | - |
| YUV | 112.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 34 | 0 | 0.55 | 0.82 | 0.24 | 19.88 | 0.7 | 0.45 |
| Hex | C2 | 57 | 22 | 0 | 37 | 52 | 18 | 14 | 46 | 2D |
| Octal | 302 | 127 | 42 | 0 | 67 | 122 | 30 | 24 | 106 | 55 |
| Binary | 11000010 | 1010111 | 100010 | 0 | 110111 | 1010010 | 11000 | 10100 | 1000110 | 101101 |
Color Harmonies of #C25722
Complementary color
Monochromatic Colors of #C25722
Black with #C25722
Text Example
Text Example
White with #C25722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25722; }
p { color: rgb(194,87,34); }
H1.HeaderClassName
{
color: #C25722;
}
.AnyTagClassName
{
color: #C25722;
}
</style>
background-color css
<style>
a { background-color: #C25722; }
a { background-color: rgb(194,87,34); }
div.DivClassName
{
background-color: #C25722;
}
.BgClassName
{
background-color: #C25722;
}
</style>
border-color css
<style>
span { border-color: #C25722; }
span { border-color: rgb(194,87,34); }
td.TdClassName
{
border-color: #C25722;
}
.TagClassName
{
border-color: #C25722;
}
</style>