Shades of Cabaret #C6587D
Tints of Cabaret #C6587D
RGB
CMYK
RGB Variations
Color information
#C6587D (or 0xC6587D) is known color: Cabaret. HEX triplet: C6, 58 and 7D. RGB value is (198,88,125). Sum of RGB (Red+Green+Blue) = 198+88+125=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6587D is #39A782. Grayscale: #7D7D7D. Windows color (decimal): -3778435 or 8214726. OLE color: 8214726.
HSL color Cylindrical-coordinate representation of color #C6587D: hue angle of 339.82º 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 #C6587D is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 125 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.22 |
| HSL | 339.82º | 0.49% | 0.56% | - |
| HSV(B) | 339.82º | 0.56% | 0.78% | - |
| XYZ | 30.48 | 20.47 | 21.75 | - |
| YUV | 125.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 125 | 0 | 0.56 | 0.37 | 0.22 | 339.82 | 0.49 | 0.56 |
| Hex | C6 | 58 | 7D | 0 | 38 | 25 | 16 | 154 | 31 | 38 |
| Octal | 306 | 130 | 175 | 0 | 70 | 45 | 26 | 524 | 61 | 70 |
| Binary | 11000110 | 1011000 | 1111101 | 0 | 111000 | 100101 | 10110 | 101010100 | 110001 | 111000 |
Color Harmonies of #C6587D
Complementary color
Monochromatic Colors of #C6587D
Black with #C6587D
Text Example
Text Example
White with #C6587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6587D; }
p { color: rgb(198,88,125); }
H1.HeaderClassName
{
color: #C6587D;
}
.AnyTagClassName
{
color: #C6587D;
}
</style>
background-color css
<style>
a { background-color: #C6587D; }
a { background-color: rgb(198,88,125); }
div.DivClassName
{
background-color: #C6587D;
}
.BgClassName
{
background-color: #C6587D;
}
</style>
border-color css
<style>
span { border-color: #C6587D; }
span { border-color: rgb(198,88,125); }
td.TdClassName
{
border-color: #C6587D;
}
.TagClassName
{
border-color: #C6587D;
}
</style>