Shades of Cabaret #CB476E
Tints of Cabaret #CB476E
RGB
CMYK
RGB Variations
Color information
#CB476E (or 0xCB476E) is known color: Cabaret. HEX triplet: CB, 47 and 6E. RGB value is (203,71,110). Sum of RGB (Red+Green+Blue) = 203+71+110=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB476E is #34B891. Grayscale: #727272. Windows color (decimal): -3455122 or 7227339. OLE color: 7227339.
HSL color Cylindrical-coordinate representation of color #CB476E: hue angle of 342.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB476E is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 110 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.20 |
| HSL | 342.27º | 0.56% | 0.54% | - |
| HSV(B) | 342.27º | 0.65% | 0.8% | - |
| XYZ | 29.7 | 18.33 | 16.72 | - |
| YUV | 114.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 110 | 0 | 0.65 | 0.46 | 0.20 | 342.27 | 0.56 | 0.54 |
| Hex | CB | 47 | 6E | 0 | 41 | 2E | 14 | 156 | 38 | 36 |
| Octal | 313 | 107 | 156 | 0 | 101 | 56 | 24 | 526 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1101110 | 0 | 1000001 | 101110 | 10100 | 101010110 | 111000 | 110110 |
Color Harmonies of #CB476E
Complementary color
Monochromatic Colors of #CB476E
Black with #CB476E
Text Example
Text Example
White with #CB476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB476E; }
p { color: rgb(203,71,110); }
H1.HeaderClassName
{
color: #CB476E;
}
.AnyTagClassName
{
color: #CB476E;
}
</style>
background-color css
<style>
a { background-color: #CB476E; }
a { background-color: rgb(203,71,110); }
div.DivClassName
{
background-color: #CB476E;
}
.BgClassName
{
background-color: #CB476E;
}
</style>
border-color css
<style>
span { border-color: #CB476E; }
span { border-color: rgb(203,71,110); }
td.TdClassName
{
border-color: #CB476E;
}
.TagClassName
{
border-color: #CB476E;
}
</style>