Shades of Christine #C26937
Tints of Christine #C26937
RGB
CMYK
RGB Variations
Color information
#C26937 (or 0xC26937) is known color: Christine. HEX triplet: C2, 69 and 37. RGB value is (194,105,55). Sum of RGB (Red+Green+Blue) = 194+105+55=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C26937 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26937 is #3D96C8. Grayscale: #7E7E7E. Windows color (decimal): -4036297 or 3631554. OLE color: 3631554.
HSL color Cylindrical-coordinate representation of color #C26937: hue angle of 21.58º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C26937 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 55 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.24 |
| HSL | 21.58º | 0.56% | 0.49% | - |
| HSV(B) | 21.58º | 0.72% | 0.76% | - |
| XYZ | 27.99 | 21.85 | 6.36 | - |
| YUV | 125.91 | 87.99 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 55 | 0 | 0.46 | 0.72 | 0.24 | 21.58 | 0.56 | 0.49 |
| Hex | C2 | 69 | 37 | 0 | 2E | 48 | 18 | 16 | 38 | 31 |
| Octal | 302 | 151 | 67 | 0 | 56 | 110 | 30 | 26 | 70 | 61 |
| Binary | 11000010 | 1101001 | 110111 | 0 | 101110 | 1001000 | 11000 | 10110 | 111000 | 110001 |
Color Harmonies of #C26937
Complementary color
Monochromatic Colors of #C26937
Black with #C26937
Text Example
Text Example
White with #C26937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26937; }
p { color: rgb(194,105,55); }
H1.HeaderClassName
{
color: #C26937;
}
.AnyTagClassName
{
color: #C26937;
}
</style>
background-color css
<style>
a { background-color: #C26937; }
a { background-color: rgb(194,105,55); }
div.DivClassName
{
background-color: #C26937;
}
.BgClassName
{
background-color: #C26937;
}
</style>
border-color css
<style>
span { border-color: #C26937; }
span { border-color: rgb(194,105,55); }
td.TdClassName
{
border-color: #C26937;
}
.TagClassName
{
border-color: #C26937;
}
</style>