Shades of Contessa #CC746E
Tints of Contessa #CC746E
RGB
CMYK
RGB Variations
Color information
#CC746E (or 0xCC746E) is known color: Contessa. HEX triplet: CC, 74 and 6E. RGB value is (204,116,110). Sum of RGB (Red+Green+Blue) = 204+116+110=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC746E is #338B91. Grayscale: #8D8D8D. Windows color (decimal): -3378066 or 7238860. OLE color: 7238860.
HSL color Cylindrical-coordinate representation of color #CC746E: hue angle of 3.83º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC746E is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 110 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.2 |
| HSL | 3.83º | 0.48% | 0.62% | - |
| HSV(B) | 3.83º | 0.46% | 0.8% | - |
| XYZ | 33.96 | 26.45 | 18.07 | - |
| YUV | 141.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 110 | 0 | 0.43 | 0.46 | 0.2 | 3.83 | 0.48 | 0.62 |
| Hex | CC | 74 | 6E | 0 | 2B | 2E | 14 | 4 | 30 | 3E |
| Octal | 314 | 164 | 156 | 0 | 53 | 56 | 24 | 4 | 60 | 76 |
| Binary | 11001100 | 1110100 | 1101110 | 0 | 101011 | 101110 | 10100 | 100 | 110000 | 111110 |
Color Harmonies of #CC746E
Complementary color
Monochromatic Colors of #CC746E
Black with #CC746E
Text Example
Text Example
White with #CC746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC746E; }
p { color: rgb(204,116,110); }
H1.HeaderClassName
{
color: #CC746E;
}
.AnyTagClassName
{
color: #CC746E;
}
</style>
background-color css
<style>
a { background-color: #CC746E; }
a { background-color: rgb(204,116,110); }
div.DivClassName
{
background-color: #CC746E;
}
.BgClassName
{
background-color: #CC746E;
}
</style>
border-color css
<style>
span { border-color: #CC746E; }
span { border-color: rgb(204,116,110); }
td.TdClassName
{
border-color: #CC746E;
}
.TagClassName
{
border-color: #CC746E;
}
</style>