Shades of Christine #C26229
Tints of Christine #C26229
RGB
CMYK
RGB Variations
Color information
#C26229 (or 0xC26229) is known color: Christine. HEX triplet: C2, 62 and 29. RGB value is (194,98,41). Sum of RGB (Red+Green+Blue) = 194+98+41=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C26229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26229 is #3D9DD6. Grayscale: #787878. Windows color (decimal): -4038103 or 2712258. OLE color: 2712258.
HSL color Cylindrical-coordinate representation of color #C26229: hue angle of 22.35º 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 #C26229 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 98 | 41 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.24 |
| HSL | 22.35º | 0.65% | 0.46% | - |
| HSV(B) | 22.35º | 0.79% | 0.76% | - |
| XYZ | 27.02 | 20.36 | 4.6 | - |
| YUV | 120.21 | 83.3 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 41 | 0 | 0.49 | 0.79 | 0.24 | 22.35 | 0.65 | 0.46 |
| Hex | C2 | 62 | 29 | 0 | 31 | 4F | 18 | 16 | 41 | 2E |
| Octal | 302 | 142 | 51 | 0 | 61 | 117 | 30 | 26 | 101 | 56 |
| Binary | 11000010 | 1100010 | 101001 | 0 | 110001 | 1001111 | 11000 | 10110 | 1000001 | 101110 |
Color Harmonies of #C26229
Complementary color
Monochromatic Colors of #C26229
Black with #C26229
Text Example
Text Example
White with #C26229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26229; }
p { color: rgb(194,98,41); }
H1.HeaderClassName
{
color: #C26229;
}
.AnyTagClassName
{
color: #C26229;
}
</style>
background-color css
<style>
a { background-color: #C26229; }
a { background-color: rgb(194,98,41); }
div.DivClassName
{
background-color: #C26229;
}
.BgClassName
{
background-color: #C26229;
}
</style>
border-color css
<style>
span { border-color: #C26229; }
span { border-color: rgb(194,98,41); }
td.TdClassName
{
border-color: #C26229;
}
.TagClassName
{
border-color: #C26229;
}
</style>