Shades of Christine #C26334
Tints of Christine #C26334
RGB
CMYK
RGB Variations
Color information
#C26334 (or 0xC26334) is known color: Christine. HEX triplet: C2, 63 and 34. RGB value is (194,99,52). Sum of RGB (Red+Green+Blue) = 194+99+52=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C26334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26334 is #3D9CCB. Grayscale: #7A7A7A. Windows color (decimal): -4037836 or 3433410. OLE color: 3433410.
HSL color Cylindrical-coordinate representation of color #C26334: hue angle of 19.86º degrees, saturation: 0.58, 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 #C26334 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 99 | 52 | - |
| CMYK | 0 | 0.49 | 0.73 | 0.24 |
| HSL | 19.86º | 0.58% | 0.48% | - |
| HSV(B) | 19.86º | 0.73% | 0.76% | - |
| XYZ | 27.33 | 20.64 | 5.79 | - |
| YUV | 122.05 | 88.47 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 99 | 52 | 0 | 0.49 | 0.73 | 0.24 | 19.86 | 0.58 | 0.48 |
| Hex | C2 | 63 | 34 | 0 | 31 | 49 | 18 | 14 | 3A | 30 |
| Octal | 302 | 143 | 64 | 0 | 61 | 111 | 30 | 24 | 72 | 60 |
| Binary | 11000010 | 1100011 | 110100 | 0 | 110001 | 1001001 | 11000 | 10100 | 111010 | 110000 |
Color Harmonies of #C26334
Complementary color
Monochromatic Colors of #C26334
Black with #C26334
Text Example
Text Example
White with #C26334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26334; }
p { color: rgb(194,99,52); }
H1.HeaderClassName
{
color: #C26334;
}
.AnyTagClassName
{
color: #C26334;
}
</style>
background-color css
<style>
a { background-color: #C26334; }
a { background-color: rgb(194,99,52); }
div.DivClassName
{
background-color: #C26334;
}
.BgClassName
{
background-color: #C26334;
}
</style>
border-color css
<style>
span { border-color: #C26334; }
span { border-color: rgb(194,99,52); }
td.TdClassName
{
border-color: #C26334;
}
.TagClassName
{
border-color: #C26334;
}
</style>