Shades of Contessa #CC6E6B
Tints of Contessa #CC6E6B
RGB
CMYK
RGB Variations
Color information
#CC6E6B (or 0xCC6E6B) is known color: Contessa. HEX triplet: CC, 6E and 6B. RGB value is (204,110,107). Sum of RGB (Red+Green+Blue) = 204+110+107=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E6B is #339194. Grayscale: #898989. Windows color (decimal): -3379605 or 7040716. OLE color: 7040716.
HSL color Cylindrical-coordinate representation of color #CC6E6B: hue angle of 1.86º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6E6B is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 107 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.2 |
| HSL | 1.86º | 0.49% | 0.61% | - |
| HSV(B) | 1.86º | 0.48% | 0.8% | - |
| XYZ | 33.13 | 25.05 | 17 | - |
| YUV | 137.76 | 110.64 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 107 | 0 | 0.46 | 0.48 | 0.2 | 1.86 | 0.49 | 0.61 |
| Hex | CC | 6E | 6B | 0 | 2E | 30 | 14 | 2 | 31 | 3D |
| Octal | 314 | 156 | 153 | 0 | 56 | 60 | 24 | 2 | 61 | 75 |
| Binary | 11001100 | 1101110 | 1101011 | 0 | 101110 | 110000 | 10100 | 10 | 110001 | 111101 |
Color Harmonies of #CC6E6B
Complementary color
Monochromatic Colors of #CC6E6B
Black with #CC6E6B
Text Example
Text Example
White with #CC6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E6B; }
p { color: rgb(204,110,107); }
H1.HeaderClassName
{
color: #CC6E6B;
}
.AnyTagClassName
{
color: #CC6E6B;
}
</style>
background-color css
<style>
a { background-color: #CC6E6B; }
a { background-color: rgb(204,110,107); }
div.DivClassName
{
background-color: #CC6E6B;
}
.BgClassName
{
background-color: #CC6E6B;
}
</style>
border-color css
<style>
span { border-color: #CC6E6B; }
span { border-color: rgb(204,110,107); }
td.TdClassName
{
border-color: #CC6E6B;
}
.TagClassName
{
border-color: #CC6E6B;
}
</style>