Shades of Contessa #CC6E68
Tints of Contessa #CC6E68
RGB
CMYK
RGB Variations
Color information
#CC6E68 (or 0xCC6E68) is known color: Contessa. HEX triplet: CC, 6E and 68. RGB value is (204,110,104). Sum of RGB (Red+Green+Blue) = 204+110+104=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E68 is #339197. Grayscale: #898989. Windows color (decimal): -3379608 or 6844108. OLE color: 6844108.
HSL color Cylindrical-coordinate representation of color #CC6E68: hue angle of 3.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6E68 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 104 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.2 |
| HSL | 3.6º | 0.5% | 0.6% | - |
| HSV(B) | 3.6º | 0.49% | 0.8% | - |
| XYZ | 32.98 | 24.99 | 16.18 | - |
| YUV | 137.42 | 109.14 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 104 | 0 | 0.46 | 0.49 | 0.2 | 3.6 | 0.5 | 0.6 |
| Hex | CC | 6E | 68 | 0 | 2E | 31 | 14 | 4 | 32 | 3C |
| Octal | 314 | 156 | 150 | 0 | 56 | 61 | 24 | 4 | 62 | 74 |
| Binary | 11001100 | 1101110 | 1101000 | 0 | 101110 | 110001 | 10100 | 100 | 110010 | 111100 |
Color Harmonies of #CC6E68
Complementary color
Monochromatic Colors of #CC6E68
Black with #CC6E68
Text Example
Text Example
White with #CC6E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E68; }
p { color: rgb(204,110,104); }
H1.HeaderClassName
{
color: #CC6E68;
}
.AnyTagClassName
{
color: #CC6E68;
}
</style>
background-color css
<style>
a { background-color: #CC6E68; }
a { background-color: rgb(204,110,104); }
div.DivClassName
{
background-color: #CC6E68;
}
.BgClassName
{
background-color: #CC6E68;
}
</style>
border-color css
<style>
span { border-color: #CC6E68; }
span { border-color: rgb(204,110,104); }
td.TdClassName
{
border-color: #CC6E68;
}
.TagClassName
{
border-color: #CC6E68;
}
</style>