Shades of Contessa #C56767
Tints of Contessa #C56767
RGB
CMYK
RGB Variations
Color information
#C56767 (or 0xC56767) is known color: Contessa. HEX triplet: C5, 67 and 67. RGB value is (197,103,103). Sum of RGB (Red+Green+Blue) = 197+103+103=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C56767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56767 is #3A9898. Grayscale: #838383. Windows color (decimal): -3840153 or 6776773. OLE color: 6776773.
HSL color Cylindrical-coordinate representation of color #C56767: hue angle of 0º 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 #C56767 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 103 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.23 |
| HSL | 0º | 0.45% | 0.59% | - |
| HSV(B) | 0º | 0.48% | 0.77% | - |
| XYZ | 30.32 | 22.55 | 15.59 | - |
| YUV | 131.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 103 | 0 | 0.48 | 0.48 | 0.23 | 0 | 0.45 | 0.59 |
| Hex | C5 | 67 | 67 | 0 | 30 | 30 | 17 | 0 | 2D | 3B |
| Octal | 305 | 147 | 147 | 0 | 60 | 60 | 27 | 0 | 55 | 73 |
| Binary | 11000101 | 1100111 | 1100111 | 0 | 110000 | 110000 | 10111 | 0 | 101101 | 111011 |
Color Harmonies of #C56767
Complementary color
Monochromatic Colors of #C56767
Black with #C56767
Text Example
Text Example
White with #C56767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56767; }
p { color: rgb(197,103,103); }
H1.HeaderClassName
{
color: #C56767;
}
.AnyTagClassName
{
color: #C56767;
}
</style>
background-color css
<style>
a { background-color: #C56767; }
a { background-color: rgb(197,103,103); }
div.DivClassName
{
background-color: #C56767;
}
.BgClassName
{
background-color: #C56767;
}
</style>
border-color css
<style>
span { border-color: #C56767; }
span { border-color: rgb(197,103,103); }
td.TdClassName
{
border-color: #C56767;
}
.TagClassName
{
border-color: #C56767;
}
</style>