Shades of Christine #C26529
Tints of Christine #C26529
RGB
CMYK
RGB Variations
Color information
#C26529 (or 0xC26529) is known color: Christine. HEX triplet: C2, 65 and 29. RGB value is (194,101,41). Sum of RGB (Red+Green+Blue) = 194+101+41=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C26529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26529 is #3D9AD6. Grayscale: #7A7A7A. Windows color (decimal): -4037335 or 2713026. OLE color: 2713026.
HSL color Cylindrical-coordinate representation of color #C26529: hue angle of 23.53º 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 #C26529 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 41 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.24 |
| HSL | 23.53º | 0.65% | 0.46% | - |
| HSV(B) | 23.53º | 0.79% | 0.76% | - |
| XYZ | 27.3 | 20.94 | 4.7 | - |
| YUV | 121.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 41 | 0 | 0.48 | 0.79 | 0.24 | 23.53 | 0.65 | 0.46 |
| Hex | C2 | 65 | 29 | 0 | 30 | 4F | 18 | 18 | 41 | 2E |
| Octal | 302 | 145 | 51 | 0 | 60 | 117 | 30 | 30 | 101 | 56 |
| Binary | 11000010 | 1100101 | 101001 | 0 | 110000 | 1001111 | 11000 | 11000 | 1000001 | 101110 |
Color Harmonies of #C26529
Complementary color
Monochromatic Colors of #C26529
Black with #C26529
Text Example
Text Example
White with #C26529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26529; }
p { color: rgb(194,101,41); }
H1.HeaderClassName
{
color: #C26529;
}
.AnyTagClassName
{
color: #C26529;
}
</style>
background-color css
<style>
a { background-color: #C26529; }
a { background-color: rgb(194,101,41); }
div.DivClassName
{
background-color: #C26529;
}
.BgClassName
{
background-color: #C26529;
}
</style>
border-color css
<style>
span { border-color: #C26529; }
span { border-color: rgb(194,101,41); }
td.TdClassName
{
border-color: #C26529;
}
.TagClassName
{
border-color: #C26529;
}
</style>