#CCC555 (or 0xCCC555) is unknown color: approx Tacha. HEX triplet: CC, C5 and 55. RGB value is (204,197,85). Sum of RGB (Red+Green+Blue) = 204+197+85=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC555 is #333AAA. Grayscale: #BABABA. Windows color (decimal): -3357355 or 5621196. OLE color: 5621196.
HSL color Cylindrical-coordinate representation of color #CCC555: hue angle of 56.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCC555 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.2.
<style> p { color: #ccc555; } p { color: rgb(204,197,85); } H1.HeaderClassName { color: #ccc555; } .AnyTagClassName { color: #ccc555; } </style>
<style> a { background-color: #ccc555; } a { background-color: rgb(204,197,85); } div.DivClassName { background-color: #ccc555; } .BgClassName { background-color: #ccc555; } </style>
<style> span { border-color: #ccc555; } span { border-color: rgb(204,197,85); } td.TdClassName { border-color: #ccc555; } .TagClassName { border-color: #ccc555; } </style>