Shades of Cabaret #CB586F
Tints of Cabaret #CB586F
RGB
CMYK
RGB Variations
Color information
#CB586F (or 0xCB586F) is known color: Cabaret. HEX triplet: CB, 58 and 6F. RGB value is (203,88,111). Sum of RGB (Red+Green+Blue) = 203+88+111=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB586F is #34A790. Grayscale: #7D7D7D. Windows color (decimal): -3450769 or 7297227. OLE color: 7297227.
HSL color Cylindrical-coordinate representation of color #CB586F: hue angle of 348º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB586F is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 111 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.20 |
| HSL | 348º | 0.53% | 0.57% | - |
| HSV(B) | 348º | 0.57% | 0.8% | - |
| XYZ | 30.99 | 20.82 | 17.43 | - |
| YUV | 125.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 111 | 0 | 0.57 | 0.45 | 0.20 | 348 | 0.53 | 0.57 |
| Hex | CB | 58 | 6F | 0 | 39 | 2D | 14 | 15C | 35 | 39 |
| Octal | 313 | 130 | 157 | 0 | 71 | 55 | 24 | 534 | 65 | 71 |
| Binary | 11001011 | 1011000 | 1101111 | 0 | 111001 | 101101 | 10100 | 101011100 | 110101 | 111001 |
Color Harmonies of #CB586F
Complementary color
Monochromatic Colors of #CB586F
Black with #CB586F
Text Example
Text Example
White with #CB586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB586F; }
p { color: rgb(203,88,111); }
H1.HeaderClassName
{
color: #CB586F;
}
.AnyTagClassName
{
color: #CB586F;
}
</style>
background-color css
<style>
a { background-color: #CB586F; }
a { background-color: rgb(203,88,111); }
div.DivClassName
{
background-color: #CB586F;
}
.BgClassName
{
background-color: #CB586F;
}
</style>
border-color css
<style>
span { border-color: #CB586F; }
span { border-color: rgb(203,88,111); }
td.TdClassName
{
border-color: #CB586F;
}
.TagClassName
{
border-color: #CB586F;
}
</style>