Shades of Cabaret #CB526B
Tints of Cabaret #CB526B
RGB
CMYK
RGB Variations
Color information
#CB526B (or 0xCB526B) is known color: Cabaret. HEX triplet: CB, 52 and 6B. RGB value is (203,82,107). Sum of RGB (Red+Green+Blue) = 203+82+107=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB526B is #34AD94. Grayscale: #797979. Windows color (decimal): -3452309 or 7033547. OLE color: 7033547.
HSL color Cylindrical-coordinate representation of color #CB526B: hue angle of 347.6º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB526B is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 107 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.20 |
| HSL | 347.6º | 0.54% | 0.56% | - |
| HSV(B) | 347.6º | 0.6% | 0.8% | - |
| XYZ | 30.3 | 19.79 | 16.13 | - |
| YUV | 121.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 107 | 0 | 0.60 | 0.47 | 0.20 | 347.6 | 0.54 | 0.56 |
| Hex | CB | 52 | 6B | 0 | 3C | 2F | 14 | 15C | 36 | 38 |
| Octal | 313 | 122 | 153 | 0 | 74 | 57 | 24 | 534 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1101011 | 0 | 111100 | 101111 | 10100 | 101011100 | 110110 | 111000 |
Color Harmonies of #CB526B
Complementary color
Monochromatic Colors of #CB526B
Black with #CB526B
Text Example
Text Example
White with #CB526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB526B; }
p { color: rgb(203,82,107); }
H1.HeaderClassName
{
color: #CB526B;
}
.AnyTagClassName
{
color: #CB526B;
}
</style>
background-color css
<style>
a { background-color: #CB526B; }
a { background-color: rgb(203,82,107); }
div.DivClassName
{
background-color: #CB526B;
}
.BgClassName
{
background-color: #CB526B;
}
</style>
border-color css
<style>
span { border-color: #CB526B; }
span { border-color: rgb(203,82,107); }
td.TdClassName
{
border-color: #CB526B;
}
.TagClassName
{
border-color: #CB526B;
}
</style>