Shades of Christine #C26531
Tints of Christine #C26531
RGB
CMYK
RGB Variations
Color information
#C26531 (or 0xC26531) is known color: Christine. HEX triplet: C2, 65 and 31. RGB value is (194,101,49). Sum of RGB (Red+Green+Blue) = 194+101+49=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C26531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26531 is #3D9ACE. Grayscale: #7B7B7B. Windows color (decimal): -4037327 or 3237314. OLE color: 3237314.
HSL color Cylindrical-coordinate representation of color #C26531: hue angle of 21.52º 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 #C26531 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 49 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.24 |
| HSL | 21.52º | 0.6% | 0.48% | - |
| HSV(B) | 21.52º | 0.75% | 0.76% | - |
| XYZ | 27.46 | 21 | 5.51 | - |
| YUV | 122.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 49 | 0 | 0.48 | 0.75 | 0.24 | 21.52 | 0.6 | 0.48 |
| Hex | C2 | 65 | 31 | 0 | 30 | 4B | 18 | 16 | 3C | 30 |
| Octal | 302 | 145 | 61 | 0 | 60 | 113 | 30 | 26 | 74 | 60 |
| Binary | 11000010 | 1100101 | 110001 | 0 | 110000 | 1001011 | 11000 | 10110 | 111100 | 110000 |
Color Harmonies of #C26531
Complementary color
Monochromatic Colors of #C26531
Black with #C26531
Text Example
Text Example
White with #C26531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26531; }
p { color: rgb(194,101,49); }
H1.HeaderClassName
{
color: #C26531;
}
.AnyTagClassName
{
color: #C26531;
}
</style>
background-color css
<style>
a { background-color: #C26531; }
a { background-color: rgb(194,101,49); }
div.DivClassName
{
background-color: #C26531;
}
.BgClassName
{
background-color: #C26531;
}
</style>
border-color css
<style>
span { border-color: #C26531; }
span { border-color: rgb(194,101,49); }
td.TdClassName
{
border-color: #C26531;
}
.TagClassName
{
border-color: #C26531;
}
</style>