Shades of Cabaret #CB546C
Tints of Cabaret #CB546C
RGB
CMYK
RGB Variations
Color information
#CB546C (or 0xCB546C) is known color: Cabaret. HEX triplet: CB, 54 and 6C. RGB value is (203,84,108). Sum of RGB (Red+Green+Blue) = 203+84+108=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB546C is #34AB93. Grayscale: #7A7A7A. Windows color (decimal): -3451796 or 7099595. OLE color: 7099595.
HSL color Cylindrical-coordinate representation of color #CB546C: hue angle of 347.9º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB546C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 108 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.20 |
| HSL | 347.9º | 0.53% | 0.56% | - |
| HSV(B) | 347.9º | 0.59% | 0.8% | - |
| XYZ | 30.51 | 20.12 | 16.46 | - |
| YUV | 122.32 | 119.92 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 108 | 0 | 0.59 | 0.47 | 0.20 | 347.9 | 0.53 | 0.56 |
| Hex | CB | 54 | 6C | 0 | 3B | 2F | 14 | 15C | 35 | 38 |
| Octal | 313 | 124 | 154 | 0 | 73 | 57 | 24 | 534 | 65 | 70 |
| Binary | 11001011 | 1010100 | 1101100 | 0 | 111011 | 101111 | 10100 | 101011100 | 110101 | 111000 |
Color Harmonies of #CB546C
Complementary color
Monochromatic Colors of #CB546C
Black with #CB546C
Text Example
Text Example
White with #CB546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB546C; }
p { color: rgb(203,84,108); }
H1.HeaderClassName
{
color: #CB546C;
}
.AnyTagClassName
{
color: #CB546C;
}
</style>
background-color css
<style>
a { background-color: #CB546C; }
a { background-color: rgb(203,84,108); }
div.DivClassName
{
background-color: #CB546C;
}
.BgClassName
{
background-color: #CB546C;
}
</style>
border-color css
<style>
span { border-color: #CB546C; }
span { border-color: rgb(203,84,108); }
td.TdClassName
{
border-color: #CB546C;
}
.TagClassName
{
border-color: #CB546C;
}
</style>