Shades of Contessa #C26E5D
Tints of Contessa #C26E5D
RGB
CMYK
RGB Variations
Color information
#C26E5D (or 0xC26E5D) is known color: Contessa. HEX triplet: C2, 6E and 5D. RGB value is (194,110,93). Sum of RGB (Red+Green+Blue) = 194+110+93=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E5D is #3D91A2. Grayscale: #858585. Windows color (decimal): -4034979 or 6123202. OLE color: 6123202.
HSL color Cylindrical-coordinate representation of color #C26E5D: hue angle of 10.1º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C26E5D is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 93 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.24 |
| HSL | 10.1º | 0.45% | 0.56% | - |
| HSV(B) | 10.1º | 0.52% | 0.76% | - |
| XYZ | 29.8 | 23.41 | 13.3 | - |
| YUV | 133.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 93 | 0 | 0.43 | 0.52 | 0.24 | 10.1 | 0.45 | 0.56 |
| Hex | C2 | 6E | 5D | 0 | 2B | 34 | 18 | A | 2D | 38 |
| Octal | 302 | 156 | 135 | 0 | 53 | 64 | 30 | 12 | 55 | 70 |
| Binary | 11000010 | 1101110 | 1011101 | 0 | 101011 | 110100 | 11000 | 1010 | 101101 | 111000 |
Color Harmonies of #C26E5D
Complementary color
Monochromatic Colors of #C26E5D
Black with #C26E5D
Text Example
Text Example
White with #C26E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E5D; }
p { color: rgb(194,110,93); }
H1.HeaderClassName
{
color: #C26E5D;
}
.AnyTagClassName
{
color: #C26E5D;
}
</style>
background-color css
<style>
a { background-color: #C26E5D; }
a { background-color: rgb(194,110,93); }
div.DivClassName
{
background-color: #C26E5D;
}
.BgClassName
{
background-color: #C26E5D;
}
</style>
border-color css
<style>
span { border-color: #C26E5D; }
span { border-color: rgb(194,110,93); }
td.TdClassName
{
border-color: #C26E5D;
}
.TagClassName
{
border-color: #C26E5D;
}
</style>