Shades of Cabaret #CD5D7B
Tints of Cabaret #CD5D7B
RGB
CMYK
RGB Variations
Color information
#CD5D7B (or 0xCD5D7B) is known color: Cabaret. HEX triplet: CD, 5D and 7B. RGB value is (205,93,123). Sum of RGB (Red+Green+Blue) = 205+93+123=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D7B is #32A284. Grayscale: #818181. Windows color (decimal): -3318405 or 8084941. OLE color: 8084941.
HSL color Cylindrical-coordinate representation of color #CD5D7B: hue angle of 343.93º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD5D7B is Cyan = 0, Magento = 0.55, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 123 | - |
| CMYK | 0 | 0.55 | 0.4 | 0.20 |
| HSL | 343.93º | 0.53% | 0.58% | - |
| HSV(B) | 343.93º | 0.55% | 0.8% | - |
| XYZ | 32.67 | 22.24 | 21.31 | - |
| YUV | 129.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 123 | 0 | 0.55 | 0.4 | 0.20 | 343.93 | 0.53 | 0.58 |
| Hex | CD | 5D | 7B | 0 | 37 | 28 | 14 | 158 | 35 | 3A |
| Octal | 315 | 135 | 173 | 0 | 67 | 50 | 24 | 530 | 65 | 72 |
| Binary | 11001101 | 1011101 | 1111011 | 0 | 110111 | 101000 | 10100 | 101011000 | 110101 | 111010 |
Color Harmonies of #CD5D7B
Complementary color
Monochromatic Colors of #CD5D7B
Black with #CD5D7B
Text Example
Text Example
White with #CD5D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D7B; }
p { color: rgb(205,93,123); }
H1.HeaderClassName
{
color: #CD5D7B;
}
.AnyTagClassName
{
color: #CD5D7B;
}
</style>
background-color css
<style>
a { background-color: #CD5D7B; }
a { background-color: rgb(205,93,123); }
div.DivClassName
{
background-color: #CD5D7B;
}
.BgClassName
{
background-color: #CD5D7B;
}
</style>
border-color css
<style>
span { border-color: #CD5D7B; }
span { border-color: rgb(205,93,123); }
td.TdClassName
{
border-color: #CD5D7B;
}
.TagClassName
{
border-color: #CD5D7B;
}
</style>