Shades of Cabaret #C6577B
Tints of Cabaret #C6577B
RGB
CMYK
RGB Variations
Color information
#C6577B (or 0xC6577B) is known color: Cabaret. HEX triplet: C6, 57 and 7B. RGB value is (198,87,123). Sum of RGB (Red+Green+Blue) = 198+87+123=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6577B is #39A884. Grayscale: #7C7C7C. Windows color (decimal): -3778693 or 8083398. OLE color: 8083398.
HSL color Cylindrical-coordinate representation of color #C6577B: hue angle of 340.54º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6577B is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 123 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.22 |
| HSL | 340.54º | 0.49% | 0.56% | - |
| HSV(B) | 340.54º | 0.56% | 0.78% | - |
| XYZ | 30.27 | 20.25 | 21.05 | - |
| YUV | 124.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 123 | 0 | 0.56 | 0.38 | 0.22 | 340.54 | 0.49 | 0.56 |
| Hex | C6 | 57 | 7B | 0 | 38 | 26 | 16 | 155 | 31 | 38 |
| Octal | 306 | 127 | 173 | 0 | 70 | 46 | 26 | 525 | 61 | 70 |
| Binary | 11000110 | 1010111 | 1111011 | 0 | 111000 | 100110 | 10110 | 101010101 | 110001 | 111000 |
Color Harmonies of #C6577B
Complementary color
Monochromatic Colors of #C6577B
Black with #C6577B
Text Example
Text Example
White with #C6577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6577B; }
p { color: rgb(198,87,123); }
H1.HeaderClassName
{
color: #C6577B;
}
.AnyTagClassName
{
color: #C6577B;
}
</style>
background-color css
<style>
a { background-color: #C6577B; }
a { background-color: rgb(198,87,123); }
div.DivClassName
{
background-color: #C6577B;
}
.BgClassName
{
background-color: #C6577B;
}
</style>
border-color css
<style>
span { border-color: #C6577B; }
span { border-color: rgb(198,87,123); }
td.TdClassName
{
border-color: #C6577B;
}
.TagClassName
{
border-color: #C6577B;
}
</style>