Shades of Cabaret #CD5875
Tints of Cabaret #CD5875
RGB
CMYK
RGB Variations
Color information
#CD5875 (or 0xCD5875) is known color: Cabaret. HEX triplet: CD, 58 and 75. RGB value is (205,88,117). Sum of RGB (Red+Green+Blue) = 205+88+117=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5875 is #32A78A. Grayscale: #7E7E7E. Windows color (decimal): -3319691 or 7690445. OLE color: 7690445.
HSL color Cylindrical-coordinate representation of color #CD5875: hue angle of 345.13º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD5875 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 88 | 117 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.20 |
| HSL | 345.13º | 0.54% | 0.57% | - |
| HSV(B) | 345.13º | 0.57% | 0.8% | - |
| XYZ | 31.88 | 21.24 | 19.25 | - |
| YUV | 126.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 88 | 117 | 0 | 0.57 | 0.43 | 0.20 | 345.13 | 0.54 | 0.57 |
| Hex | CD | 58 | 75 | 0 | 39 | 2B | 14 | 159 | 36 | 39 |
| Octal | 315 | 130 | 165 | 0 | 71 | 53 | 24 | 531 | 66 | 71 |
| Binary | 11001101 | 1011000 | 1110101 | 0 | 111001 | 101011 | 10100 | 101011001 | 110110 | 111001 |
Color Harmonies of #CD5875
Complementary color
Monochromatic Colors of #CD5875
Black with #CD5875
Text Example
Text Example
White with #CD5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5875; }
p { color: rgb(205,88,117); }
H1.HeaderClassName
{
color: #CD5875;
}
.AnyTagClassName
{
color: #CD5875;
}
</style>
background-color css
<style>
a { background-color: #CD5875; }
a { background-color: rgb(205,88,117); }
div.DivClassName
{
background-color: #CD5875;
}
.BgClassName
{
background-color: #CD5875;
}
</style>
border-color css
<style>
span { border-color: #CD5875; }
span { border-color: rgb(205,88,117); }
td.TdClassName
{
border-color: #CD5875;
}
.TagClassName
{
border-color: #CD5875;
}
</style>