Shades of Cabaret #CB5472
Tints of Cabaret #CB5472
RGB
CMYK
RGB Variations
Color information
#CB5472 (or 0xCB5472) is known color: Cabaret. HEX triplet: CB, 54 and 72. RGB value is (203,84,114). Sum of RGB (Red+Green+Blue) = 203+84+114=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5472 is #34AB8D. Grayscale: #7B7B7B. Windows color (decimal): -3451790 or 7492811. OLE color: 7492811.
HSL color Cylindrical-coordinate representation of color #CB5472: hue angle of 344.87º 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 #CB5472 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 114 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.20 |
| HSL | 344.87º | 0.53% | 0.56% | - |
| HSV(B) | 344.87º | 0.59% | 0.8% | - |
| XYZ | 30.84 | 20.25 | 18.2 | - |
| YUV | 123 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 114 | 0 | 0.59 | 0.44 | 0.20 | 344.87 | 0.53 | 0.56 |
| Hex | CB | 54 | 72 | 0 | 3B | 2C | 14 | 159 | 35 | 38 |
| Octal | 313 | 124 | 162 | 0 | 73 | 54 | 24 | 531 | 65 | 70 |
| Binary | 11001011 | 1010100 | 1110010 | 0 | 111011 | 101100 | 10100 | 101011001 | 110101 | 111000 |
Color Harmonies of #CB5472
Complementary color
Monochromatic Colors of #CB5472
Black with #CB5472
Text Example
Text Example
White with #CB5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5472; }
p { color: rgb(203,84,114); }
H1.HeaderClassName
{
color: #CB5472;
}
.AnyTagClassName
{
color: #CB5472;
}
</style>
background-color css
<style>
a { background-color: #CB5472; }
a { background-color: rgb(203,84,114); }
div.DivClassName
{
background-color: #CB5472;
}
.BgClassName
{
background-color: #CB5472;
}
</style>
border-color css
<style>
span { border-color: #CB5472; }
span { border-color: rgb(203,84,114); }
td.TdClassName
{
border-color: #CB5472;
}
.TagClassName
{
border-color: #CB5472;
}
</style>