#CC6666 (or 0xCC6666) is unknown color: approx Indian Red. HEX triplet: CC, 66 and 66. RGB value is (204,102,102). Sum of RGB (Red+Green+Blue) = 204+102+102=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6666 is a web safe color. Inversed color of #CC6666 is #339999. Grayscale: #848484. Windows color (decimal): -3381658 or 6710988. OLE color: 6710988.
HSL color Cylindrical-coordinate representation of color #CC6666: hue angle of 0º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6666 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.2.
<style> p { color: #CC6666; } p { color: rgb(204,102,102); } H1.HeaderClassName { color: #CC6666; } .AnyTagClassName { color: #CC6666; } </style>
<style> a { background-color: #CC6666; } a { background-color: rgb(204,102,102); } div.DivClassName { background-color: #CC6666; } .BgClassName { background-color: #CC6666; } </style>
<style> span { border-color: #CC6666; } span { border-color: rgb(204,102,102); } td.TdClassName { border-color: #CC6666; } .TagClassName { border-color: #CC6666; } </style>