#CCCACC (or 0xCCCACC) is unknown color: approx Thistle. HEX triplet: CC, CA and CC. RGB value is (204,202,204). Sum of RGB (Red+Green+Blue) = 204+202+204=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 202 (79.30% from 255 or 33.11% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCCACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCACC is #333533. Grayscale: #CACACA. Windows color (decimal): -3355956 or 13421260. OLE color: 13421260.
HSL color Cylindrical-coordinate representation of color #CCCACC: hue angle of 300º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCACC is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
<style> p { color: #CCCACC; } p { color: rgb(204,202,204); } H1.HeaderClassName { color: #CCCACC; } .AnyTagClassName { color: #CCCACC; } </style>
<style> a { background-color: #CCCACC; } a { background-color: rgb(204,202,204); } div.DivClassName { background-color: #CCCACC; } .BgClassName { background-color: #CCCACC; } </style>
<style> span { border-color: #CCCACC; } span { border-color: rgb(204,202,204); } td.TdClassName { border-color: #CCCACC; } .TagClassName { border-color: #CCCACC; } </style>