Shades of Cabaret #CD5773
Tints of Cabaret #CD5773
RGB
CMYK
RGB Variations
Color information
#CD5773 (or 0xCD5773) is known color: Cabaret. HEX triplet: CD, 57 and 73. RGB value is (205,87,115). Sum of RGB (Red+Green+Blue) = 205+87+115=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5773 is #32A88C. Grayscale: #7D7D7D. Windows color (decimal): -3319949 or 7559117. OLE color: 7559117.
HSL color Cylindrical-coordinate representation of color #CD5773: hue angle of 345.76º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5773 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 87 | 115 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.20 |
| HSL | 345.76º | 0.54% | 0.57% | - |
| HSV(B) | 345.76º | 0.58% | 0.8% | - |
| XYZ | 31.68 | 21.03 | 18.61 | - |
| YUV | 125.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 87 | 115 | 0 | 0.58 | 0.44 | 0.20 | 345.76 | 0.54 | 0.57 |
| Hex | CD | 57 | 73 | 0 | 3A | 2C | 14 | 15A | 36 | 39 |
| Octal | 315 | 127 | 163 | 0 | 72 | 54 | 24 | 532 | 66 | 71 |
| Binary | 11001101 | 1010111 | 1110011 | 0 | 111010 | 101100 | 10100 | 101011010 | 110110 | 111001 |
Color Harmonies of #CD5773
Complementary color
Monochromatic Colors of #CD5773
Black with #CD5773
Text Example
Text Example
White with #CD5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5773; }
p { color: rgb(205,87,115); }
H1.HeaderClassName
{
color: #CD5773;
}
.AnyTagClassName
{
color: #CD5773;
}
</style>
background-color css
<style>
a { background-color: #CD5773; }
a { background-color: rgb(205,87,115); }
div.DivClassName
{
background-color: #CD5773;
}
.BgClassName
{
background-color: #CD5773;
}
</style>
border-color css
<style>
span { border-color: #CD5773; }
span { border-color: rgb(205,87,115); }
td.TdClassName
{
border-color: #CD5773;
}
.TagClassName
{
border-color: #CD5773;
}
</style>