Shades of Cabaret #CD5471
Tints of Cabaret #CD5471
RGB
CMYK
RGB Variations
Color information
#CD5471 (or 0xCD5471) is known color: Cabaret. HEX triplet: CD, 54 and 71. RGB value is (205,84,113). Sum of RGB (Red+Green+Blue) = 205+84+113=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5471 is #32AB8E. Grayscale: #7B7B7B. Windows color (decimal): -3320719 or 7427277. OLE color: 7427277.
HSL color Cylindrical-coordinate representation of color #CD5471: hue angle of 345.62º 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 #CD5471 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 84 | 113 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.20 |
| HSL | 345.62º | 0.55% | 0.57% | - |
| HSV(B) | 345.62º | 0.59% | 0.8% | - |
| XYZ | 31.33 | 20.51 | 17.93 | - |
| YUV | 123.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 113 | 0 | 0.59 | 0.45 | 0.20 | 345.62 | 0.55 | 0.57 |
| Hex | CD | 54 | 71 | 0 | 3B | 2D | 14 | 15A | 37 | 39 |
| Octal | 315 | 124 | 161 | 0 | 73 | 55 | 24 | 532 | 67 | 71 |
| Binary | 11001101 | 1010100 | 1110001 | 0 | 111011 | 101101 | 10100 | 101011010 | 110111 | 111001 |
Color Harmonies of #CD5471
Complementary color
Monochromatic Colors of #CD5471
Black with #CD5471
Text Example
Text Example
White with #CD5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5471; }
p { color: rgb(205,84,113); }
H1.HeaderClassName
{
color: #CD5471;
}
.AnyTagClassName
{
color: #CD5471;
}
</style>
background-color css
<style>
a { background-color: #CD5471; }
a { background-color: rgb(205,84,113); }
div.DivClassName
{
background-color: #CD5471;
}
.BgClassName
{
background-color: #CD5471;
}
</style>
border-color css
<style>
span { border-color: #CD5471; }
span { border-color: rgb(205,84,113); }
td.TdClassName
{
border-color: #CD5471;
}
.TagClassName
{
border-color: #CD5471;
}
</style>