#C80B50 (or 0xC80B50) is unknown color: approx Ruby. HEX triplet: C8, 0B and 50. RGB value is (200,11,80). Sum of RGB (Red+Green+Blue) = 200+11+80=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B50 is #37F4AF. Grayscale: #4B4B4B. Windows color (decimal): -3667120 or 5245896. OLE color: 5245896.
HSL color Cylindrical-coordinate representation of color #C80B50: hue angle of 338.1º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B50 is Cyan = 0, Magento = 0.94, Yellow = 0.6 and Black (K on CMYK) = 0.22.
<style> p { color: #C80B50; } p { color: rgb(200,11,80); } H1.HeaderClassName { color: #C80B50; } .AnyTagClassName { color: #C80B50; } </style>
<style> a { background-color: #C80B50; } a { background-color: rgb(200,11,80); } div.DivClassName { background-color: #C80B50; } .BgClassName { background-color: #C80B50; } </style>
<style> span { border-color: #C80B50; } span { border-color: rgb(200,11,80); } td.TdClassName { border-color: #C80B50; } .TagClassName { border-color: #C80B50; } </style>