Shades of Contessa #C26C64
Tints of Contessa #C26C64
RGB
CMYK
RGB Variations
Color information
#C26C64 (or 0xC26C64) is known color: Contessa. HEX triplet: C2, 6C and 64. RGB value is (194,108,100). Sum of RGB (Red+Green+Blue) = 194+108+100=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C64 is #3D939B. Grayscale: #848484. Windows color (decimal): -4035484 or 6581442. OLE color: 6581442.
HSL color Cylindrical-coordinate representation of color #C26C64: hue angle of 5.11º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26C64 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 100 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.24 |
| HSL | 5.11º | 0.44% | 0.58% | - |
| HSV(B) | 5.11º | 0.48% | 0.76% | - |
| XYZ | 29.91 | 23.11 | 14.94 | - |
| YUV | 132.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 100 | 0 | 0.44 | 0.48 | 0.24 | 5.11 | 0.44 | 0.58 |
| Hex | C2 | 6C | 64 | 0 | 2C | 30 | 18 | 5 | 2C | 3A |
| Octal | 302 | 154 | 144 | 0 | 54 | 60 | 30 | 5 | 54 | 72 |
| Binary | 11000010 | 1101100 | 1100100 | 0 | 101100 | 110000 | 11000 | 101 | 101100 | 111010 |
Color Harmonies of #C26C64
Complementary color
Monochromatic Colors of #C26C64
Black with #C26C64
Text Example
Text Example
White with #C26C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C64; }
p { color: rgb(194,108,100); }
H1.HeaderClassName
{
color: #C26C64;
}
.AnyTagClassName
{
color: #C26C64;
}
</style>
background-color css
<style>
a { background-color: #C26C64; }
a { background-color: rgb(194,108,100); }
div.DivClassName
{
background-color: #C26C64;
}
.BgClassName
{
background-color: #C26C64;
}
</style>
border-color css
<style>
span { border-color: #C26C64; }
span { border-color: rgb(194,108,100); }
td.TdClassName
{
border-color: #C26C64;
}
.TagClassName
{
border-color: #C26C64;
}
</style>