Shades of Contessa #CC6E6D
Tints of Contessa #CC6E6D
RGB
CMYK
RGB Variations
Color information
#CC6E6D (or 0xCC6E6D) is known color: Contessa. HEX triplet: CC, 6E and 6D. RGB value is (204,110,109). Sum of RGB (Red+Green+Blue) = 204+110+109=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E6D is #339192. Grayscale: #8A8A8A. Windows color (decimal): -3379603 or 7171788. OLE color: 7171788.
HSL color Cylindrical-coordinate representation of color #CC6E6D: hue angle of 0.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6E6D is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 109 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.2 |
| HSL | 0.63º | 0.48% | 0.61% | - |
| HSV(B) | 0.63º | 0.47% | 0.8% | - |
| XYZ | 33.24 | 25.09 | 17.56 | - |
| YUV | 137.99 | 111.64 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 109 | 0 | 0.46 | 0.47 | 0.2 | 0.63 | 0.48 | 0.61 |
| Hex | CC | 6E | 6D | 0 | 2E | 2F | 14 | 1 | 30 | 3D |
| Octal | 314 | 156 | 155 | 0 | 56 | 57 | 24 | 1 | 60 | 75 |
| Binary | 11001100 | 1101110 | 1101101 | 0 | 101110 | 101111 | 10100 | 1 | 110000 | 111101 |
Color Harmonies of #CC6E6D
Complementary color
Monochromatic Colors of #CC6E6D
Black with #CC6E6D
Text Example
Text Example
White with #CC6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E6D; }
p { color: rgb(204,110,109); }
H1.HeaderClassName
{
color: #CC6E6D;
}
.AnyTagClassName
{
color: #CC6E6D;
}
</style>
background-color css
<style>
a { background-color: #CC6E6D; }
a { background-color: rgb(204,110,109); }
div.DivClassName
{
background-color: #CC6E6D;
}
.BgClassName
{
background-color: #CC6E6D;
}
</style>
border-color css
<style>
span { border-color: #CC6E6D; }
span { border-color: rgb(204,110,109); }
td.TdClassName
{
border-color: #CC6E6D;
}
.TagClassName
{
border-color: #CC6E6D;
}
</style>