Shades of Cabaret #CB5E6A
Tints of Cabaret #CB5E6A
RGB
CMYK
RGB Variations
Color information
#CB5E6A (or 0xCB5E6A) is known color: Cabaret. HEX triplet: CB, 5E and 6A. RGB value is (203,94,106). Sum of RGB (Red+Green+Blue) = 203+94+106=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E6A is #34A195. Grayscale: #808080. Windows color (decimal): -3449238 or 6971083. OLE color: 6971083.
HSL color Cylindrical-coordinate representation of color #CB5E6A: hue angle of 353.39º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5E6A is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 106 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.20 |
| HSL | 353.39º | 0.51% | 0.58% | - |
| HSV(B) | 353.39º | 0.54% | 0.8% | - |
| XYZ | 31.23 | 21.74 | 16.19 | - |
| YUV | 127.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 106 | 0 | 0.54 | 0.48 | 0.20 | 353.39 | 0.51 | 0.58 |
| Hex | CB | 5E | 6A | 0 | 36 | 30 | 14 | 161 | 33 | 3A |
| Octal | 313 | 136 | 152 | 0 | 66 | 60 | 24 | 541 | 63 | 72 |
| Binary | 11001011 | 1011110 | 1101010 | 0 | 110110 | 110000 | 10100 | 101100001 | 110011 | 111010 |
Color Harmonies of #CB5E6A
Complementary color
Monochromatic Colors of #CB5E6A
Black with #CB5E6A
Text Example
Text Example
White with #CB5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E6A; }
p { color: rgb(203,94,106); }
H1.HeaderClassName
{
color: #CB5E6A;
}
.AnyTagClassName
{
color: #CB5E6A;
}
</style>
background-color css
<style>
a { background-color: #CB5E6A; }
a { background-color: rgb(203,94,106); }
div.DivClassName
{
background-color: #CB5E6A;
}
.BgClassName
{
background-color: #CB5E6A;
}
</style>
border-color css
<style>
span { border-color: #CB5E6A; }
span { border-color: rgb(203,94,106); }
td.TdClassName
{
border-color: #CB5E6A;
}
.TagClassName
{
border-color: #CB5E6A;
}
</style>