Shades of Cabaret #CB406D
Tints of Cabaret #CB406D
RGB
CMYK
RGB Variations
Color information
#CB406D (or 0xCB406D) is known color: Cabaret. HEX triplet: CB, 40 and 6D. RGB value is (203,64,109). Sum of RGB (Red+Green+Blue) = 203+64+109=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB406D is #34BF92. Grayscale: #6E6E6E. Windows color (decimal): -3456915 or 7160011. OLE color: 7160011.
HSL color Cylindrical-coordinate representation of color #CB406D: hue angle of 340.58º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB406D is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 109 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.20 |
| HSL | 340.58º | 0.57% | 0.52% | - |
| HSV(B) | 340.58º | 0.68% | 0.8% | - |
| XYZ | 29.22 | 17.47 | 16.3 | - |
| YUV | 110.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 109 | 0 | 0.68 | 0.46 | 0.20 | 340.58 | 0.57 | 0.52 |
| Hex | CB | 40 | 6D | 0 | 44 | 2E | 14 | 155 | 39 | 34 |
| Octal | 313 | 100 | 155 | 0 | 104 | 56 | 24 | 525 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1101101 | 0 | 1000100 | 101110 | 10100 | 101010101 | 111001 | 110100 |
Color Harmonies of #CB406D
Complementary color
Monochromatic Colors of #CB406D
Black with #CB406D
Text Example
Text Example
White with #CB406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB406D; }
p { color: rgb(203,64,109); }
H1.HeaderClassName
{
color: #CB406D;
}
.AnyTagClassName
{
color: #CB406D;
}
</style>
background-color css
<style>
a { background-color: #CB406D; }
a { background-color: rgb(203,64,109); }
div.DivClassName
{
background-color: #CB406D;
}
.BgClassName
{
background-color: #CB406D;
}
</style>
border-color css
<style>
span { border-color: #CB406D; }
span { border-color: rgb(203,64,109); }
td.TdClassName
{
border-color: #CB406D;
}
.TagClassName
{
border-color: #CB406D;
}
</style>