Shades of Cabaret #CB5572
Tints of Cabaret #CB5572
RGB
CMYK
RGB Variations
Color information
#CB5572 (or 0xCB5572) is known color: Cabaret. HEX triplet: CB, 55 and 72. RGB value is (203,85,114). Sum of RGB (Red+Green+Blue) = 203+85+114=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5572 is #34AA8D. Grayscale: #7B7B7B. Windows color (decimal): -3451534 or 7493067. OLE color: 7493067.
HSL color Cylindrical-coordinate representation of color #CB5572: hue angle of 345.25º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5572 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 114 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.20 |
| HSL | 345.25º | 0.53% | 0.56% | - |
| HSV(B) | 345.25º | 0.58% | 0.8% | - |
| XYZ | 30.91 | 20.41 | 18.23 | - |
| YUV | 123.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 114 | 0 | 0.58 | 0.44 | 0.20 | 345.25 | 0.53 | 0.56 |
| Hex | CB | 55 | 72 | 0 | 3A | 2C | 14 | 159 | 35 | 38 |
| Octal | 313 | 125 | 162 | 0 | 72 | 54 | 24 | 531 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1110010 | 0 | 111010 | 101100 | 10100 | 101011001 | 110101 | 111000 |
Color Harmonies of #CB5572
Complementary color
Monochromatic Colors of #CB5572
Black with #CB5572
Text Example
Text Example
White with #CB5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5572; }
p { color: rgb(203,85,114); }
H1.HeaderClassName
{
color: #CB5572;
}
.AnyTagClassName
{
color: #CB5572;
}
</style>
background-color css
<style>
a { background-color: #CB5572; }
a { background-color: rgb(203,85,114); }
div.DivClassName
{
background-color: #CB5572;
}
.BgClassName
{
background-color: #CB5572;
}
</style>
border-color css
<style>
span { border-color: #CB5572; }
span { border-color: rgb(203,85,114); }
td.TdClassName
{
border-color: #CB5572;
}
.TagClassName
{
border-color: #CB5572;
}
</style>