Shades of Cabaret #CB5E7B
Tints of Cabaret #CB5E7B
RGB
CMYK
RGB Variations
Color information
#CB5E7B (or 0xCB5E7B) is known color: Cabaret. HEX triplet: CB, 5E and 7B. RGB value is (203,94,123). Sum of RGB (Red+Green+Blue) = 203+94+123=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E7B is #34A184. Grayscale: #818181. Windows color (decimal): -3449221 or 8085195. OLE color: 8085195.
HSL color Cylindrical-coordinate representation of color #CB5E7B: hue angle of 344.04º 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 #CB5E7B is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 94 | 123 | - |
CMYK | 0 | 0.54 | 0.39 | 0.20 |
HSL | 344.04º | 0.51% | 0.58% | - |
HSV(B) | 344.04º | 0.54% | 0.8% | - |
XYZ | 32.21 | 22.13 | 21.31 | - |
YUV | 129.9 | 124.11 | 180.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 94 | 123 | 0 | 0.54 | 0.39 | 0.20 | 344.04 | 0.51 | 0.58 |
Hex | CB | 5E | 7B | 0 | 36 | 27 | 14 | 158 | 33 | 3A |
Octal | 313 | 136 | 173 | 0 | 66 | 47 | 24 | 530 | 63 | 72 |
Binary | 11001011 | 1011110 | 1111011 | 0 | 110110 | 100111 | 10100 | 101011000 | 110011 | 111010 |
Color Harmonies of #CB5E7B
Complementary color
Monochromatic Colors of #CB5E7B
Black with #CB5E7B
Text Example
Text Example
White with #CB5E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E7B; }
p { color: rgb(203,94,123); }
H1.HeaderClassName
{
color: #CB5E7B;
}
.AnyTagClassName
{
color: #CB5E7B;
}
</style>
background-color css
<style>
a { background-color: #CB5E7B; }
a { background-color: rgb(203,94,123); }
div.DivClassName
{
background-color: #CB5E7B;
}
.BgClassName
{
background-color: #CB5E7B;
}
</style>
border-color css
<style>
span { border-color: #CB5E7B; }
span { border-color: rgb(203,94,123); }
td.TdClassName
{
border-color: #CB5E7B;
}
.TagClassName
{
border-color: #CB5E7B;
}
</style>