Shades of Christine #C26929
Tints of Christine #C26929
RGB
CMYK
RGB Variations
Color information
#C26929 (or 0xC26929) is known color: Christine. HEX triplet: C2, 69 and 29. RGB value is (194,105,41). Sum of RGB (Red+Green+Blue) = 194+105+41=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C26929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26929 is #3D96D6. Grayscale: #7C7C7C. Windows color (decimal): -4036311 or 2714050. OLE color: 2714050.
HSL color Cylindrical-coordinate representation of color #C26929: hue angle of 25.1º 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 #C26929 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 41 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.24 |
| HSL | 25.1º | 0.65% | 0.46% | - |
| HSV(B) | 25.1º | 0.79% | 0.76% | - |
| XYZ | 27.7 | 21.73 | 4.83 | - |
| YUV | 124.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 41 | 0 | 0.46 | 0.79 | 0.24 | 25.1 | 0.65 | 0.46 |
| Hex | C2 | 69 | 29 | 0 | 2E | 4F | 18 | 19 | 41 | 2E |
| Octal | 302 | 151 | 51 | 0 | 56 | 117 | 30 | 31 | 101 | 56 |
| Binary | 11000010 | 1101001 | 101001 | 0 | 101110 | 1001111 | 11000 | 11001 | 1000001 | 101110 |
Color Harmonies of #C26929
Complementary color
Monochromatic Colors of #C26929
Black with #C26929
Text Example
Text Example
White with #C26929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26929; }
p { color: rgb(194,105,41); }
H1.HeaderClassName
{
color: #C26929;
}
.AnyTagClassName
{
color: #C26929;
}
</style>
background-color css
<style>
a { background-color: #C26929; }
a { background-color: rgb(194,105,41); }
div.DivClassName
{
background-color: #C26929;
}
.BgClassName
{
background-color: #C26929;
}
</style>
border-color css
<style>
span { border-color: #C26929; }
span { border-color: rgb(194,105,41); }
td.TdClassName
{
border-color: #C26929;
}
.TagClassName
{
border-color: #C26929;
}
</style>