Shades of Christine #C26835
Tints of Christine #C26835
RGB
CMYK
RGB Variations
Color information
#C26835 (or 0xC26835) is known color: Christine. HEX triplet: C2, 68 and 35. RGB value is (194,104,53). Sum of RGB (Red+Green+Blue) = 194+104+53=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C26835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26835 is #3D97CA. Grayscale: #7D7D7D. Windows color (decimal): -4036555 or 3500226. OLE color: 3500226.
HSL color Cylindrical-coordinate representation of color #C26835: hue angle of 21.7º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C26835 is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 53 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.24 |
| HSL | 21.7º | 0.57% | 0.48% | - |
| HSV(B) | 21.7º | 0.73% | 0.76% | - |
| XYZ | 27.84 | 21.63 | 6.08 | - |
| YUV | 125.1 | 87.32 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 53 | 0 | 0.46 | 0.73 | 0.24 | 21.7 | 0.57 | 0.48 |
| Hex | C2 | 68 | 35 | 0 | 2E | 49 | 18 | 16 | 39 | 30 |
| Octal | 302 | 150 | 65 | 0 | 56 | 111 | 30 | 26 | 71 | 60 |
| Binary | 11000010 | 1101000 | 110101 | 0 | 101110 | 1001001 | 11000 | 10110 | 111001 | 110000 |
Color Harmonies of #C26835
Complementary color
Monochromatic Colors of #C26835
Black with #C26835
Text Example
Text Example
White with #C26835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26835; }
p { color: rgb(194,104,53); }
H1.HeaderClassName
{
color: #C26835;
}
.AnyTagClassName
{
color: #C26835;
}
</style>
background-color css
<style>
a { background-color: #C26835; }
a { background-color: rgb(194,104,53); }
div.DivClassName
{
background-color: #C26835;
}
.BgClassName
{
background-color: #C26835;
}
</style>
border-color css
<style>
span { border-color: #C26835; }
span { border-color: rgb(194,104,53); }
td.TdClassName
{
border-color: #C26835;
}
.TagClassName
{
border-color: #C26835;
}
</style>