Shades of Contessa #C56A67
Tints of Contessa #C56A67
RGB
CMYK
RGB Variations
Color information
#C56A67 (or 0xC56A67) is known color: Contessa. HEX triplet: C5, 6A and 67. RGB value is (197,106,103). Sum of RGB (Red+Green+Blue) = 197+106+103=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A67 is #3A9598. Grayscale: #848484. Windows color (decimal): -3839385 or 6777541. OLE color: 6777541.
HSL color Cylindrical-coordinate representation of color #C56A67: hue angle of 1.91º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56A67 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 103 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.23 |
| HSL | 1.91º | 0.45% | 0.59% | - |
| HSV(B) | 1.91º | 0.48% | 0.77% | - |
| XYZ | 30.63 | 23.16 | 15.69 | - |
| YUV | 132.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 103 | 0 | 0.46 | 0.48 | 0.23 | 1.91 | 0.45 | 0.59 |
| Hex | C5 | 6A | 67 | 0 | 2E | 30 | 17 | 2 | 2D | 3B |
| Octal | 305 | 152 | 147 | 0 | 56 | 60 | 27 | 2 | 55 | 73 |
| Binary | 11000101 | 1101010 | 1100111 | 0 | 101110 | 110000 | 10111 | 10 | 101101 | 111011 |
Color Harmonies of #C56A67
Complementary color
Monochromatic Colors of #C56A67
Black with #C56A67
Text Example
Text Example
White with #C56A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A67; }
p { color: rgb(197,106,103); }
H1.HeaderClassName
{
color: #C56A67;
}
.AnyTagClassName
{
color: #C56A67;
}
</style>
background-color css
<style>
a { background-color: #C56A67; }
a { background-color: rgb(197,106,103); }
div.DivClassName
{
background-color: #C56A67;
}
.BgClassName
{
background-color: #C56A67;
}
</style>
border-color css
<style>
span { border-color: #C56A67; }
span { border-color: rgb(197,106,103); }
td.TdClassName
{
border-color: #C56A67;
}
.TagClassName
{
border-color: #C56A67;
}
</style>