Shades of Cabaret #CD5572
Tints of Cabaret #CD5572
RGB
CMYK
RGB Variations
Color information
#CD5572 (or 0xCD5572) is known color: Cabaret. HEX triplet: CD, 55 and 72. RGB value is (205,85,114). Sum of RGB (Red+Green+Blue) = 205+85+114=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5572 is #32AA8D. Grayscale: #7C7C7C. Windows color (decimal): -3320462 or 7493069. OLE color: 7493069.
HSL color Cylindrical-coordinate representation of color #CD5572: hue angle of 345.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD5572 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 85 | 114 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.20 |
| HSL | 345.5º | 0.55% | 0.57% | - |
| HSV(B) | 345.5º | 0.59% | 0.8% | - |
| XYZ | 31.46 | 20.69 | 18.26 | - |
| YUV | 124.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 114 | 0 | 0.59 | 0.44 | 0.20 | 345.5 | 0.55 | 0.57 |
| Hex | CD | 55 | 72 | 0 | 3B | 2C | 14 | 15A | 37 | 39 |
| Octal | 315 | 125 | 162 | 0 | 73 | 54 | 24 | 532 | 67 | 71 |
| Binary | 11001101 | 1010101 | 1110010 | 0 | 111011 | 101100 | 10100 | 101011010 | 110111 | 111001 |
Color Harmonies of #CD5572
Complementary color
Monochromatic Colors of #CD5572
Black with #CD5572
Text Example
Text Example
White with #CD5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5572; }
p { color: rgb(205,85,114); }
H1.HeaderClassName
{
color: #CD5572;
}
.AnyTagClassName
{
color: #CD5572;
}
</style>
background-color css
<style>
a { background-color: #CD5572; }
a { background-color: rgb(205,85,114); }
div.DivClassName
{
background-color: #CD5572;
}
.BgClassName
{
background-color: #CD5572;
}
</style>
border-color css
<style>
span { border-color: #CD5572; }
span { border-color: rgb(205,85,114); }
td.TdClassName
{
border-color: #CD5572;
}
.TagClassName
{
border-color: #CD5572;
}
</style>