Shades of Contessa #C56664
Tints of Contessa #C56664
RGB
CMYK
RGB Variations
Color information
#C56664 (or 0xC56664) is known color: Contessa. HEX triplet: C5, 66 and 64. RGB value is (197,102,100). Sum of RGB (Red+Green+Blue) = 197+102+100=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C56664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56664 is #3A999B. Grayscale: #828282. Windows color (decimal): -3840412 or 6579909. OLE color: 6579909.
HSL color Cylindrical-coordinate representation of color #C56664: hue angle of 1.24º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56664 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 100 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.23 |
| HSL | 1.24º | 0.46% | 0.58% | - |
| HSV(B) | 1.24º | 0.49% | 0.77% | - |
| XYZ | 30.08 | 22.29 | 14.77 | - |
| YUV | 130.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 100 | 0 | 0.48 | 0.49 | 0.23 | 1.24 | 0.46 | 0.58 |
| Hex | C5 | 66 | 64 | 0 | 30 | 31 | 17 | 1 | 2E | 3A |
| Octal | 305 | 146 | 144 | 0 | 60 | 61 | 27 | 1 | 56 | 72 |
| Binary | 11000101 | 1100110 | 1100100 | 0 | 110000 | 110001 | 10111 | 1 | 101110 | 111010 |
Color Harmonies of #C56664
Complementary color
Monochromatic Colors of #C56664
Black with #C56664
Text Example
Text Example
White with #C56664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56664; }
p { color: rgb(197,102,100); }
H1.HeaderClassName
{
color: #C56664;
}
.AnyTagClassName
{
color: #C56664;
}
</style>
background-color css
<style>
a { background-color: #C56664; }
a { background-color: rgb(197,102,100); }
div.DivClassName
{
background-color: #C56664;
}
.BgClassName
{
background-color: #C56664;
}
</style>
border-color css
<style>
span { border-color: #C56664; }
span { border-color: rgb(197,102,100); }
td.TdClassName
{
border-color: #C56664;
}
.TagClassName
{
border-color: #C56664;
}
</style>