Shades of Contessa #C7746A
Tints of Contessa #C7746A
RGB
CMYK
RGB Variations
Color information
#C7746A (or 0xC7746A) is known color: Contessa. HEX triplet: C7, 74 and 6A. RGB value is (199,116,106). Sum of RGB (Red+Green+Blue) = 199+116+106=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7746A is #388B95. Grayscale: #8B8B8B. Windows color (decimal): -3705750 or 6976711. OLE color: 6976711.
HSL color Cylindrical-coordinate representation of color #C7746A: hue angle of 6.45º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7746A is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 106 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.22 |
| HSL | 6.45º | 0.45% | 0.6% | - |
| HSV(B) | 6.45º | 0.47% | 0.78% | - |
| XYZ | 32.4 | 25.67 | 16.88 | - |
| YUV | 139.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 106 | 0 | 0.42 | 0.47 | 0.22 | 6.45 | 0.45 | 0.6 |
| Hex | C7 | 74 | 6A | 0 | 2A | 2F | 16 | 6 | 2D | 3C |
| Octal | 307 | 164 | 152 | 0 | 52 | 57 | 26 | 6 | 55 | 74 |
| Binary | 11000111 | 1110100 | 1101010 | 0 | 101010 | 101111 | 10110 | 110 | 101101 | 111100 |
Color Harmonies of #C7746A
Complementary color
Monochromatic Colors of #C7746A
Black with #C7746A
Text Example
Text Example
White with #C7746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7746A; }
p { color: rgb(199,116,106); }
H1.HeaderClassName
{
color: #C7746A;
}
.AnyTagClassName
{
color: #C7746A;
}
</style>
background-color css
<style>
a { background-color: #C7746A; }
a { background-color: rgb(199,116,106); }
div.DivClassName
{
background-color: #C7746A;
}
.BgClassName
{
background-color: #C7746A;
}
</style>
border-color css
<style>
span { border-color: #C7746A; }
span { border-color: rgb(199,116,106); }
td.TdClassName
{
border-color: #C7746A;
}
.TagClassName
{
border-color: #C7746A;
}
</style>