Shades of Christine #C26029
Tints of Christine #C26029
RGB
CMYK
RGB Variations
Color information
#C26029 (or 0xC26029) is known color: Christine. HEX triplet: C2, 60 and 29. RGB value is (194,96,41). Sum of RGB (Red+Green+Blue) = 194+96+41=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C26029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26029 is #3D9FD6. Grayscale: #777777. Windows color (decimal): -4038615 or 2711746. OLE color: 2711746.
HSL color Cylindrical-coordinate representation of color #C26029: hue angle of 21.57º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C26029 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 96 | 41 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.24 |
| HSL | 21.57º | 0.65% | 0.46% | - |
| HSV(B) | 21.57º | 0.79% | 0.76% | - |
| XYZ | 26.83 | 20 | 4.54 | - |
| YUV | 119.03 | 83.97 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 41 | 0 | 0.51 | 0.79 | 0.24 | 21.57 | 0.65 | 0.46 |
| Hex | C2 | 60 | 29 | 0 | 33 | 4F | 18 | 16 | 41 | 2E |
| Octal | 302 | 140 | 51 | 0 | 63 | 117 | 30 | 26 | 101 | 56 |
| Binary | 11000010 | 1100000 | 101001 | 0 | 110011 | 1001111 | 11000 | 10110 | 1000001 | 101110 |
Color Harmonies of #C26029
Complementary color
Monochromatic Colors of #C26029
Black with #C26029
Text Example
Text Example
White with #C26029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26029; }
p { color: rgb(194,96,41); }
H1.HeaderClassName
{
color: #C26029;
}
.AnyTagClassName
{
color: #C26029;
}
</style>
background-color css
<style>
a { background-color: #C26029; }
a { background-color: rgb(194,96,41); }
div.DivClassName
{
background-color: #C26029;
}
.BgClassName
{
background-color: #C26029;
}
</style>
border-color css
<style>
span { border-color: #C26029; }
span { border-color: rgb(194,96,41); }
td.TdClassName
{
border-color: #C26029;
}
.TagClassName
{
border-color: #C26029;
}
</style>