Shades of Contessa #C47A7A
Tints of Contessa #C47A7A
RGB
CMYK
RGB Variations
Color information
#C47A7A (or 0xC47A7A) is known color: Contessa. HEX triplet: C4, 7A and 7A. RGB value is (196,122,122). Sum of RGB (Red+Green+Blue) = 196+122+122=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A7A is #3B8585. Grayscale: #909090. Windows color (decimal): -3900806 or 8026820. OLE color: 8026820.
HSL color Cylindrical-coordinate representation of color #C47A7A: hue angle of 0º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47A7A is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 122 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.23 |
| HSL | 0º | 0.39% | 0.62% | - |
| HSV(B) | 0º | 0.38% | 0.77% | - |
| XYZ | 33.24 | 27.06 | 21.88 | - |
| YUV | 144.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 122 | 0 | 0.38 | 0.38 | 0.23 | 0 | 0.39 | 0.62 |
| Hex | C4 | 7A | 7A | 0 | 26 | 26 | 17 | 0 | 27 | 3E |
| Octal | 304 | 172 | 172 | 0 | 46 | 46 | 27 | 0 | 47 | 76 |
| Binary | 11000100 | 1111010 | 1111010 | 0 | 100110 | 100110 | 10111 | 0 | 100111 | 111110 |
Color Harmonies of #C47A7A
Complementary color
Monochromatic Colors of #C47A7A
Black with #C47A7A
Text Example
Text Example
White with #C47A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A7A; }
p { color: rgb(196,122,122); }
H1.HeaderClassName
{
color: #C47A7A;
}
.AnyTagClassName
{
color: #C47A7A;
}
</style>
background-color css
<style>
a { background-color: #C47A7A; }
a { background-color: rgb(196,122,122); }
div.DivClassName
{
background-color: #C47A7A;
}
.BgClassName
{
background-color: #C47A7A;
}
</style>
border-color css
<style>
span { border-color: #C47A7A; }
span { border-color: rgb(196,122,122); }
td.TdClassName
{
border-color: #C47A7A;
}
.TagClassName
{
border-color: #C47A7A;
}
</style>