Shades of Cabaret #CB526C
Tints of Cabaret #CB526C
RGB
CMYK
RGB Variations
Color information
#CB526C (or 0xCB526C) is known color: Cabaret. HEX triplet: CB, 52 and 6C. RGB value is (203,82,108). Sum of RGB (Red+Green+Blue) = 203+82+108=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB526C is #34AD93. Grayscale: #797979. Windows color (decimal): -3452308 or 7099083. OLE color: 7099083.
HSL color Cylindrical-coordinate representation of color #CB526C: hue angle of 347.11º 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 #CB526C is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 108 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.20 |
| HSL | 347.11º | 0.54% | 0.56% | - |
| HSV(B) | 347.11º | 0.6% | 0.8% | - |
| XYZ | 30.35 | 19.81 | 16.41 | - |
| YUV | 121.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 108 | 0 | 0.60 | 0.47 | 0.20 | 347.11 | 0.54 | 0.56 |
| Hex | CB | 52 | 6C | 0 | 3C | 2F | 14 | 15B | 36 | 38 |
| Octal | 313 | 122 | 154 | 0 | 74 | 57 | 24 | 533 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1101100 | 0 | 111100 | 101111 | 10100 | 101011011 | 110110 | 111000 |
Color Harmonies of #CB526C
Complementary color
Monochromatic Colors of #CB526C
Black with #CB526C
Text Example
Text Example
White with #CB526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB526C; }
p { color: rgb(203,82,108); }
H1.HeaderClassName
{
color: #CB526C;
}
.AnyTagClassName
{
color: #CB526C;
}
</style>
background-color css
<style>
a { background-color: #CB526C; }
a { background-color: rgb(203,82,108); }
div.DivClassName
{
background-color: #CB526C;
}
.BgClassName
{
background-color: #CB526C;
}
</style>
border-color css
<style>
span { border-color: #CB526C; }
span { border-color: rgb(203,82,108); }
td.TdClassName
{
border-color: #CB526C;
}
.TagClassName
{
border-color: #CB526C;
}
</style>