#CC085D (or 0xCC085D) is unknown color: approx Ruby. HEX triplet: CC, 08 and 5D. RGB value is (204,8,93). Sum of RGB (Red+Green+Blue) = 204+8+93=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC085D is #33F7A2. Grayscale: #4C4C4C. Windows color (decimal): -3405731 or 6097100. OLE color: 6097100.
HSL color Cylindrical-coordinate representation of color #CC085D: hue angle of 333.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC085D is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.2.
<style> p { color: #cc085d; } p { color: rgb(204,8,93); } H1.HeaderClassName { color: #cc085d; } .AnyTagClassName { color: #cc085d; } </style>
<style> a { background-color: #cc085d; } a { background-color: rgb(204,8,93); } div.DivClassName { background-color: #cc085d; } .BgClassName { background-color: #cc085d; } </style>
<style> span { border-color: #cc085d; } span { border-color: rgb(204,8,93); } td.TdClassName { border-color: #cc085d; } .TagClassName { border-color: #cc085d; } </style>