Shades of Christine #C26329
Tints of Christine #C26329
RGB
CMYK
RGB Variations
Color information
#C26329 (or 0xC26329) is known color: Christine. HEX triplet: C2, 63 and 29. RGB value is (194,99,41). Sum of RGB (Red+Green+Blue) = 194+99+41=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C26329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26329 is #3D9CD6. Grayscale: #797979. Windows color (decimal): -4037847 or 2712514. OLE color: 2712514.
HSL color Cylindrical-coordinate representation of color #C26329: hue angle of 22.75º 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 #C26329 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 41 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.24 |
| HSL | 22.75º | 0.65% | 0.46% | - |
| HSV(B) | 22.75º | 0.79% | 0.76% | - |
| XYZ | 27.11 | 20.55 | 4.64 | - |
| YUV | 120.79 | 82.97 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 41 | 0 | 0.49 | 0.79 | 0.24 | 22.75 | 0.65 | 0.46 |
| Hex | C2 | 63 | 29 | 0 | 31 | 4F | 18 | 17 | 41 | 2E |
| Octal | 302 | 143 | 51 | 0 | 61 | 117 | 30 | 27 | 101 | 56 |
| Binary | 11000010 | 1100011 | 101001 | 0 | 110001 | 1001111 | 11000 | 10111 | 1000001 | 101110 |
Color Harmonies of #C26329
Complementary color
Monochromatic Colors of #C26329
Black with #C26329
Text Example
Text Example
White with #C26329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26329; }
p { color: rgb(194,99,41); }
H1.HeaderClassName
{
color: #C26329;
}
.AnyTagClassName
{
color: #C26329;
}
</style>
background-color css
<style>
a { background-color: #C26329; }
a { background-color: rgb(194,99,41); }
div.DivClassName
{
background-color: #C26329;
}
.BgClassName
{
background-color: #C26329;
}
</style>
border-color css
<style>
span { border-color: #C26329; }
span { border-color: rgb(194,99,41); }
td.TdClassName
{
border-color: #C26329;
}
.TagClassName
{
border-color: #C26329;
}
</style>