Shades of Cabaret #CB5A6B
Tints of Cabaret #CB5A6B
RGB
CMYK
RGB Variations
Color information
#CB5A6B (or 0xCB5A6B) is known color: Cabaret. HEX triplet: CB, 5A and 6B. RGB value is (203,90,107). Sum of RGB (Red+Green+Blue) = 203+90+107=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A6B is #34A594. Grayscale: #7D7D7D. Windows color (decimal): -3450261 or 7035595. OLE color: 7035595.
HSL color Cylindrical-coordinate representation of color #CB5A6B: hue angle of 350.97º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5A6B is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 107 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.20 |
| HSL | 350.97º | 0.52% | 0.57% | - |
| HSV(B) | 350.97º | 0.56% | 0.8% | - |
| XYZ | 30.94 | 21.07 | 16.35 | - |
| YUV | 125.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 107 | 0 | 0.56 | 0.47 | 0.20 | 350.97 | 0.52 | 0.57 |
| Hex | CB | 5A | 6B | 0 | 38 | 2F | 14 | 15F | 34 | 39 |
| Octal | 313 | 132 | 153 | 0 | 70 | 57 | 24 | 537 | 64 | 71 |
| Binary | 11001011 | 1011010 | 1101011 | 0 | 111000 | 101111 | 10100 | 101011111 | 110100 | 111001 |
Color Harmonies of #CB5A6B
Complementary color
Monochromatic Colors of #CB5A6B
Black with #CB5A6B
Text Example
Text Example
White with #CB5A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A6B; }
p { color: rgb(203,90,107); }
H1.HeaderClassName
{
color: #CB5A6B;
}
.AnyTagClassName
{
color: #CB5A6B;
}
</style>
background-color css
<style>
a { background-color: #CB5A6B; }
a { background-color: rgb(203,90,107); }
div.DivClassName
{
background-color: #CB5A6B;
}
.BgClassName
{
background-color: #CB5A6B;
}
</style>
border-color css
<style>
span { border-color: #CB5A6B; }
span { border-color: rgb(203,90,107); }
td.TdClassName
{
border-color: #CB5A6B;
}
.TagClassName
{
border-color: #CB5A6B;
}
</style>