Shades of Cabaret #CB586B
Tints of Cabaret #CB586B
RGB
CMYK
RGB Variations
Color information
#CB586B (or 0xCB586B) is known color: Cabaret. HEX triplet: CB, 58 and 6B. RGB value is (203,88,107). Sum of RGB (Red+Green+Blue) = 203+88+107=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB586B is #34A794. Grayscale: #7C7C7C. Windows color (decimal): -3450773 or 7035083. OLE color: 7035083.
HSL color Cylindrical-coordinate representation of color #CB586B: hue angle of 350.09º 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 #CB586B is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 107 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.20 |
| HSL | 350.09º | 0.53% | 0.57% | - |
| HSV(B) | 350.09º | 0.57% | 0.8% | - |
| XYZ | 30.77 | 20.74 | 16.29 | - |
| YUV | 124.55 | 118.1 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 107 | 0 | 0.57 | 0.47 | 0.20 | 350.09 | 0.53 | 0.57 |
| Hex | CB | 58 | 6B | 0 | 39 | 2F | 14 | 15E | 35 | 39 |
| Octal | 313 | 130 | 153 | 0 | 71 | 57 | 24 | 536 | 65 | 71 |
| Binary | 11001011 | 1011000 | 1101011 | 0 | 111001 | 101111 | 10100 | 101011110 | 110101 | 111001 |
Color Harmonies of #CB586B
Complementary color
Monochromatic Colors of #CB586B
Black with #CB586B
Text Example
Text Example
White with #CB586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB586B; }
p { color: rgb(203,88,107); }
H1.HeaderClassName
{
color: #CB586B;
}
.AnyTagClassName
{
color: #CB586B;
}
</style>
background-color css
<style>
a { background-color: #CB586B; }
a { background-color: rgb(203,88,107); }
div.DivClassName
{
background-color: #CB586B;
}
.BgClassName
{
background-color: #CB586B;
}
</style>
border-color css
<style>
span { border-color: #CB586B; }
span { border-color: rgb(203,88,107); }
td.TdClassName
{
border-color: #CB586B;
}
.TagClassName
{
border-color: #CB586B;
}
</style>