Shades of Cabaret #CB5C7B
Tints of Cabaret #CB5C7B
RGB
CMYK
RGB Variations
Color information
#CB5C7B (or 0xCB5C7B) is known color: Cabaret. HEX triplet: CB, 5C and 7B. RGB value is (203,92,123). Sum of RGB (Red+Green+Blue) = 203+92+123=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5C7B is #34A384. Grayscale: #808080. Windows color (decimal): -3449733 or 8084683. OLE color: 8084683.
HSL color Cylindrical-coordinate representation of color #CB5C7B: hue angle of 343.24º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5C7B is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 123 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.20 |
| HSL | 343.24º | 0.52% | 0.58% | - |
| HSV(B) | 343.24º | 0.55% | 0.8% | - |
| XYZ | 32.03 | 21.78 | 21.25 | - |
| YUV | 128.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 123 | 0 | 0.55 | 0.39 | 0.20 | 343.24 | 0.52 | 0.58 |
| Hex | CB | 5C | 7B | 0 | 37 | 27 | 14 | 157 | 34 | 3A |
| Octal | 313 | 134 | 173 | 0 | 67 | 47 | 24 | 527 | 64 | 72 |
| Binary | 11001011 | 1011100 | 1111011 | 0 | 110111 | 100111 | 10100 | 101010111 | 110100 | 111010 |
Color Harmonies of #CB5C7B
Complementary color
Monochromatic Colors of #CB5C7B
Black with #CB5C7B
Text Example
Text Example
White with #CB5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C7B; }
p { color: rgb(203,92,123); }
H1.HeaderClassName
{
color: #CB5C7B;
}
.AnyTagClassName
{
color: #CB5C7B;
}
</style>
background-color css
<style>
a { background-color: #CB5C7B; }
a { background-color: rgb(203,92,123); }
div.DivClassName
{
background-color: #CB5C7B;
}
.BgClassName
{
background-color: #CB5C7B;
}
</style>
border-color css
<style>
span { border-color: #CB5C7B; }
span { border-color: rgb(203,92,123); }
td.TdClassName
{
border-color: #CB5C7B;
}
.TagClassName
{
border-color: #CB5C7B;
}
</style>