Shades of Contessa #C56665
Tints of Contessa #C56665
RGB
CMYK
RGB Variations
Color information
#C56665 (or 0xC56665) is known color: Contessa. HEX triplet: C5, 66 and 65. RGB value is (197,102,101). Sum of RGB (Red+Green+Blue) = 197+102+101=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C56665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56665 is #3A999A. Grayscale: #828282. Windows color (decimal): -3840411 or 6645445. OLE color: 6645445.
HSL color Cylindrical-coordinate representation of color #C56665: hue angle of 0.62º degrees, saturation: 0.45, 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 #C56665 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 101 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.23 |
| HSL | 0.63º | 0.45% | 0.58% | - |
| HSV(B) | 0.63º | 0.49% | 0.77% | - |
| XYZ | 30.13 | 22.31 | 15.03 | - |
| YUV | 130.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 101 | 0 | 0.48 | 0.49 | 0.23 | 0.63 | 0.45 | 0.58 |
| Hex | C5 | 66 | 65 | 0 | 30 | 31 | 17 | 1 | 2D | 3A |
| Octal | 305 | 146 | 145 | 0 | 60 | 61 | 27 | 1 | 55 | 72 |
| Binary | 11000101 | 1100110 | 1100101 | 0 | 110000 | 110001 | 10111 | 1 | 101101 | 111010 |
Color Harmonies of #C56665
Complementary color
Monochromatic Colors of #C56665
Black with #C56665
Text Example
Text Example
White with #C56665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56665; }
p { color: rgb(197,102,101); }
H1.HeaderClassName
{
color: #C56665;
}
.AnyTagClassName
{
color: #C56665;
}
</style>
background-color css
<style>
a { background-color: #C56665; }
a { background-color: rgb(197,102,101); }
div.DivClassName
{
background-color: #C56665;
}
.BgClassName
{
background-color: #C56665;
}
</style>
border-color css
<style>
span { border-color: #C56665; }
span { border-color: rgb(197,102,101); }
td.TdClassName
{
border-color: #C56665;
}
.TagClassName
{
border-color: #C56665;
}
</style>