Shades of Contessa #C76E67
Tints of Contessa #C76E67
RGB
CMYK
RGB Variations
Color information
#C76E67 (or 0xC76E67) is known color: Contessa. HEX triplet: C7, 6E and 67. RGB value is (199,110,103). Sum of RGB (Red+Green+Blue) = 199+110+103=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E67 is #389198. Grayscale: #878787. Windows color (decimal): -3707289 or 6778567. OLE color: 6778567.
HSL color Cylindrical-coordinate representation of color #C76E67: hue angle of 4.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76E67 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 103 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.22 |
| HSL | 4.38º | 0.46% | 0.59% | - |
| HSV(B) | 4.38º | 0.48% | 0.78% | - |
| XYZ | 31.58 | 24.27 | 15.85 | - |
| YUV | 135.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 103 | 0 | 0.45 | 0.48 | 0.22 | 4.38 | 0.46 | 0.59 |
| Hex | C7 | 6E | 67 | 0 | 2D | 30 | 16 | 4 | 2E | 3B |
| Octal | 307 | 156 | 147 | 0 | 55 | 60 | 26 | 4 | 56 | 73 |
| Binary | 11000111 | 1101110 | 1100111 | 0 | 101101 | 110000 | 10110 | 100 | 101110 | 111011 |
Color Harmonies of #C76E67
Complementary color
Monochromatic Colors of #C76E67
Black with #C76E67
Text Example
Text Example
White with #C76E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76E67; }
p { color: rgb(199,110,103); }
H1.HeaderClassName
{
color: #C76E67;
}
.AnyTagClassName
{
color: #C76E67;
}
</style>
background-color css
<style>
a { background-color: #C76E67; }
a { background-color: rgb(199,110,103); }
div.DivClassName
{
background-color: #C76E67;
}
.BgClassName
{
background-color: #C76E67;
}
</style>
border-color css
<style>
span { border-color: #C76E67; }
span { border-color: rgb(199,110,103); }
td.TdClassName
{
border-color: #C76E67;
}
.TagClassName
{
border-color: #C76E67;
}
</style>