Shades of Cabaret #CD5373
Tints of Cabaret #CD5373
RGB
CMYK
RGB Variations
Color information
#CD5373 (or 0xCD5373) is known color: Cabaret. HEX triplet: CD, 53 and 73. RGB value is (205,83,115). Sum of RGB (Red+Green+Blue) = 205+83+115=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5373 is #32AC8C. Grayscale: #7B7B7B. Windows color (decimal): -3320973 or 7558093. OLE color: 7558093.
HSL color Cylindrical-coordinate representation of color #CD5373: hue angle of 344.26º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5373 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 115 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.20 |
| HSL | 344.26º | 0.55% | 0.56% | - |
| HSV(B) | 344.26º | 0.6% | 0.8% | - |
| XYZ | 31.36 | 20.4 | 18.5 | - |
| YUV | 123.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 115 | 0 | 0.60 | 0.44 | 0.20 | 344.26 | 0.55 | 0.56 |
| Hex | CD | 53 | 73 | 0 | 3C | 2C | 14 | 158 | 37 | 38 |
| Octal | 315 | 123 | 163 | 0 | 74 | 54 | 24 | 530 | 67 | 70 |
| Binary | 11001101 | 1010011 | 1110011 | 0 | 111100 | 101100 | 10100 | 101011000 | 110111 | 111000 |
Color Harmonies of #CD5373
Complementary color
Monochromatic Colors of #CD5373
Black with #CD5373
Text Example
Text Example
White with #CD5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5373; }
p { color: rgb(205,83,115); }
H1.HeaderClassName
{
color: #CD5373;
}
.AnyTagClassName
{
color: #CD5373;
}
</style>
background-color css
<style>
a { background-color: #CD5373; }
a { background-color: rgb(205,83,115); }
div.DivClassName
{
background-color: #CD5373;
}
.BgClassName
{
background-color: #CD5373;
}
</style>
border-color css
<style>
span { border-color: #CD5373; }
span { border-color: rgb(205,83,115); }
td.TdClassName
{
border-color: #CD5373;
}
.TagClassName
{
border-color: #CD5373;
}
</style>