Shades of Christine #C26831
Tints of Christine #C26831
RGB
CMYK
RGB Variations
Color information
#C26831 (or 0xC26831) is known color: Christine. HEX triplet: C2, 68 and 31. RGB value is (194,104,49). Sum of RGB (Red+Green+Blue) = 194+104+49=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C26831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26831 is #3D97CE. Grayscale: #7C7C7C. Windows color (decimal): -4036559 or 3238082. OLE color: 3238082.
HSL color Cylindrical-coordinate representation of color #C26831: hue angle of 22.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C26831 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 104 | 49 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.24 |
| HSL | 22.76º | 0.6% | 0.48% | - |
| HSV(B) | 22.76º | 0.75% | 0.76% | - |
| XYZ | 27.75 | 21.59 | 5.61 | - |
| YUV | 124.64 | 85.32 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 49 | 0 | 0.46 | 0.75 | 0.24 | 22.76 | 0.6 | 0.48 |
| Hex | C2 | 68 | 31 | 0 | 2E | 4B | 18 | 17 | 3C | 30 |
| Octal | 302 | 150 | 61 | 0 | 56 | 113 | 30 | 27 | 74 | 60 |
| Binary | 11000010 | 1101000 | 110001 | 0 | 101110 | 1001011 | 11000 | 10111 | 111100 | 110000 |
Color Harmonies of #C26831
Complementary color
Monochromatic Colors of #C26831
Black with #C26831
Text Example
Text Example
White with #C26831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26831; }
p { color: rgb(194,104,49); }
H1.HeaderClassName
{
color: #C26831;
}
.AnyTagClassName
{
color: #C26831;
}
</style>
background-color css
<style>
a { background-color: #C26831; }
a { background-color: rgb(194,104,49); }
div.DivClassName
{
background-color: #C26831;
}
.BgClassName
{
background-color: #C26831;
}
</style>
border-color css
<style>
span { border-color: #C26831; }
span { border-color: rgb(194,104,49); }
td.TdClassName
{
border-color: #C26831;
}
.TagClassName
{
border-color: #C26831;
}
</style>