Shades of Contessa #C56F69
Tints of Contessa #C56F69
RGB
CMYK
RGB Variations
Color information
#C56F69 (or 0xC56F69) is known color: Contessa. HEX triplet: C5, 6F and 69. RGB value is (197,111,105). Sum of RGB (Red+Green+Blue) = 197+111+105=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F69 is #3A9096. Grayscale: #888888. Windows color (decimal): -3838103 or 6909893. OLE color: 6909893.
HSL color Cylindrical-coordinate representation of color #C56F69: hue angle of 3.91º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56F69 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 105 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.23 |
| HSL | 3.91º | 0.44% | 0.59% | - |
| HSV(B) | 3.91º | 0.47% | 0.77% | - |
| XYZ | 31.26 | 24.26 | 16.4 | - |
| YUV | 136.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 105 | 0 | 0.44 | 0.47 | 0.23 | 3.91 | 0.44 | 0.59 |
| Hex | C5 | 6F | 69 | 0 | 2C | 2F | 17 | 4 | 2C | 3B |
| Octal | 305 | 157 | 151 | 0 | 54 | 57 | 27 | 4 | 54 | 73 |
| Binary | 11000101 | 1101111 | 1101001 | 0 | 101100 | 101111 | 10111 | 100 | 101100 | 111011 |
Color Harmonies of #C56F69
Complementary color
Monochromatic Colors of #C56F69
Black with #C56F69
Text Example
Text Example
White with #C56F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F69; }
p { color: rgb(197,111,105); }
H1.HeaderClassName
{
color: #C56F69;
}
.AnyTagClassName
{
color: #C56F69;
}
</style>
background-color css
<style>
a { background-color: #C56F69; }
a { background-color: rgb(197,111,105); }
div.DivClassName
{
background-color: #C56F69;
}
.BgClassName
{
background-color: #C56F69;
}
</style>
border-color css
<style>
span { border-color: #C56F69; }
span { border-color: rgb(197,111,105); }
td.TdClassName
{
border-color: #C56F69;
}
.TagClassName
{
border-color: #C56F69;
}
</style>