Shades of Cabaret #CB546D
Tints of Cabaret #CB546D
RGB
CMYK
RGB Variations
Color information
#CB546D (or 0xCB546D) is known color: Cabaret. HEX triplet: CB, 54 and 6D. RGB value is (203,84,109). Sum of RGB (Red+Green+Blue) = 203+84+109=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB546D is #34AB92. Grayscale: #7A7A7A. Windows color (decimal): -3451795 or 7165131. OLE color: 7165131.
HSL color Cylindrical-coordinate representation of color #CB546D: hue angle of 347.39º 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 #CB546D is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 109 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.20 |
| HSL | 347.4º | 0.53% | 0.56% | - |
| HSV(B) | 347.4º | 0.59% | 0.8% | - |
| XYZ | 30.56 | 20.14 | 16.75 | - |
| YUV | 122.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 109 | 0 | 0.59 | 0.46 | 0.20 | 347.4 | 0.53 | 0.56 |
| Hex | CB | 54 | 6D | 0 | 3B | 2E | 14 | 15B | 35 | 38 |
| Octal | 313 | 124 | 155 | 0 | 73 | 56 | 24 | 533 | 65 | 70 |
| Binary | 11001011 | 1010100 | 1101101 | 0 | 111011 | 101110 | 10100 | 101011011 | 110101 | 111000 |
Color Harmonies of #CB546D
Complementary color
Monochromatic Colors of #CB546D
Black with #CB546D
Text Example
Text Example
White with #CB546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB546D; }
p { color: rgb(203,84,109); }
H1.HeaderClassName
{
color: #CB546D;
}
.AnyTagClassName
{
color: #CB546D;
}
</style>
background-color css
<style>
a { background-color: #CB546D; }
a { background-color: rgb(203,84,109); }
div.DivClassName
{
background-color: #CB546D;
}
.BgClassName
{
background-color: #CB546D;
}
</style>
border-color css
<style>
span { border-color: #CB546D; }
span { border-color: rgb(203,84,109); }
td.TdClassName
{
border-color: #CB546D;
}
.TagClassName
{
border-color: #CB546D;
}
</style>