Shades of Cabaret #CB4472
Tints of Cabaret #CB4472
RGB
CMYK
RGB Variations
Color information
#CB4472 (or 0xCB4472) is known color: Cabaret. HEX triplet: CB, 44 and 72. RGB value is (203,68,114). Sum of RGB (Red+Green+Blue) = 203+68+114=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4472 is #34BB8D. Grayscale: #717171. Windows color (decimal): -3455886 or 7488715. OLE color: 7488715.
HSL color Cylindrical-coordinate representation of color #CB4472: hue angle of 339.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4472 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 114 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.20 |
| HSL | 339.56º | 0.56% | 0.53% | - |
| HSV(B) | 339.56º | 0.67% | 0.8% | - |
| XYZ | 29.73 | 18.05 | 17.84 | - |
| YUV | 113.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 114 | 0 | 0.67 | 0.44 | 0.20 | 339.56 | 0.56 | 0.53 |
| Hex | CB | 44 | 72 | 0 | 43 | 2C | 14 | 154 | 38 | 35 |
| Octal | 313 | 104 | 162 | 0 | 103 | 54 | 24 | 524 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1110010 | 0 | 1000011 | 101100 | 10100 | 101010100 | 111000 | 110101 |
Color Harmonies of #CB4472
Complementary color
Monochromatic Colors of #CB4472
Black with #CB4472
Text Example
Text Example
White with #CB4472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4472; }
p { color: rgb(203,68,114); }
H1.HeaderClassName
{
color: #CB4472;
}
.AnyTagClassName
{
color: #CB4472;
}
</style>
background-color css
<style>
a { background-color: #CB4472; }
a { background-color: rgb(203,68,114); }
div.DivClassName
{
background-color: #CB4472;
}
.BgClassName
{
background-color: #CB4472;
}
</style>
border-color css
<style>
span { border-color: #CB4472; }
span { border-color: rgb(203,68,114); }
td.TdClassName
{
border-color: #CB4472;
}
.TagClassName
{
border-color: #CB4472;
}
</style>