Shades of Contessa #C7736C
Tints of Contessa #C7736C
RGB
CMYK
RGB Variations
Color information
#C7736C (or 0xC7736C) is known color: Contessa. HEX triplet: C7, 73 and 6C. RGB value is (199,115,108). Sum of RGB (Red+Green+Blue) = 199+115+108=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7736C is #388C93. Grayscale: #8B8B8B. Windows color (decimal): -3706004 or 7107527. OLE color: 7107527.
HSL color Cylindrical-coordinate representation of color #C7736C: hue angle of 4.62º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7736C is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 108 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.22 |
| HSL | 4.62º | 0.45% | 0.6% | - |
| HSV(B) | 4.62º | 0.46% | 0.78% | - |
| XYZ | 32.39 | 25.49 | 17.4 | - |
| YUV | 139.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 108 | 0 | 0.42 | 0.46 | 0.22 | 4.62 | 0.45 | 0.6 |
| Hex | C7 | 73 | 6C | 0 | 2A | 2E | 16 | 5 | 2D | 3C |
| Octal | 307 | 163 | 154 | 0 | 52 | 56 | 26 | 5 | 55 | 74 |
| Binary | 11000111 | 1110011 | 1101100 | 0 | 101010 | 101110 | 10110 | 101 | 101101 | 111100 |
Color Harmonies of #C7736C
Complementary color
Monochromatic Colors of #C7736C
Black with #C7736C
Text Example
Text Example
White with #C7736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7736C; }
p { color: rgb(199,115,108); }
H1.HeaderClassName
{
color: #C7736C;
}
.AnyTagClassName
{
color: #C7736C;
}
</style>
background-color css
<style>
a { background-color: #C7736C; }
a { background-color: rgb(199,115,108); }
div.DivClassName
{
background-color: #C7736C;
}
.BgClassName
{
background-color: #C7736C;
}
</style>
border-color css
<style>
span { border-color: #C7736C; }
span { border-color: rgb(199,115,108); }
td.TdClassName
{
border-color: #C7736C;
}
.TagClassName
{
border-color: #C7736C;
}
</style>