#CC88AA (or 0xCC88AA) is unknown color: approx Viola. HEX triplet: CC, 88 and AA. RGB value is (204,136,170). Sum of RGB (Red+Green+Blue) = 204+136+170=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC88AA is #337755. Grayscale: #A0A0A0. Windows color (decimal): -3372886 or 11176140. OLE color: 11176140.
HSL color Cylindrical-coordinate representation of color #CC88AA: hue angle of 330º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC88AA is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.2.
<style> p { color: #CC88AA; } p { color: rgb(204,136,170); } H1.HeaderClassName { color: #CC88AA; } .AnyTagClassName { color: #CC88AA; } </style>
<style> a { background-color: #CC88AA; } a { background-color: rgb(204,136,170); } div.DivClassName { background-color: #CC88AA; } .BgClassName { background-color: #CC88AA; } </style>
<style> span { border-color: #CC88AA; } span { border-color: rgb(204,136,170); } td.TdClassName { border-color: #CC88AA; } .TagClassName { border-color: #CC88AA; } </style>