Shades of Cabaret #CB4D6D
Tints of Cabaret #CB4D6D
RGB
CMYK
RGB Variations
Color information
#CB4D6D (or 0xCB4D6D) is known color: Cabaret. HEX triplet: CB, 4D and 6D. RGB value is (203,77,109). Sum of RGB (Red+Green+Blue) = 203+77+109=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D6D is #34B292. Grayscale: #767676. Windows color (decimal): -3453587 or 7163339. OLE color: 7163339.
HSL color Cylindrical-coordinate representation of color #CB4D6D: hue angle of 344.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D6D is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 109 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.20 |
| HSL | 344.76º | 0.55% | 0.55% | - |
| HSV(B) | 344.76º | 0.62% | 0.8% | - |
| XYZ | 30.04 | 19.11 | 16.57 | - |
| YUV | 118.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 109 | 0 | 0.62 | 0.46 | 0.20 | 344.76 | 0.55 | 0.55 |
| Hex | CB | 4D | 6D | 0 | 3E | 2E | 14 | 159 | 37 | 37 |
| Octal | 313 | 115 | 155 | 0 | 76 | 56 | 24 | 531 | 67 | 67 |
| Binary | 11001011 | 1001101 | 1101101 | 0 | 111110 | 101110 | 10100 | 101011001 | 110111 | 110111 |
Color Harmonies of #CB4D6D
Complementary color
Monochromatic Colors of #CB4D6D
Black with #CB4D6D
Text Example
Text Example
White with #CB4D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D6D; }
p { color: rgb(203,77,109); }
H1.HeaderClassName
{
color: #CB4D6D;
}
.AnyTagClassName
{
color: #CB4D6D;
}
</style>
background-color css
<style>
a { background-color: #CB4D6D; }
a { background-color: rgb(203,77,109); }
div.DivClassName
{
background-color: #CB4D6D;
}
.BgClassName
{
background-color: #CB4D6D;
}
</style>
border-color css
<style>
span { border-color: #CB4D6D; }
span { border-color: rgb(203,77,109); }
td.TdClassName
{
border-color: #CB4D6D;
}
.TagClassName
{
border-color: #CB4D6D;
}
</style>