Shades of Cabaret #CD5365
Tints of Cabaret #CD5365
RGB
CMYK
RGB Variations
Color information
#CD5365 (or 0xCD5365) is known color: Cabaret. HEX triplet: CD, 53 and 65. RGB value is (205,83,101). Sum of RGB (Red+Green+Blue) = 205+83+101=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5365 is #32AC9A. Grayscale: #797979. Windows color (decimal): -3320987 or 6640589. OLE color: 6640589.
HSL color Cylindrical-coordinate representation of color #CD5365: hue angle of 351.15º 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 #CD5365 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 101 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.20 |
| HSL | 351.15º | 0.55% | 0.56% | - |
| HSV(B) | 351.15º | 0.6% | 0.8% | - |
| XYZ | 30.62 | 20.11 | 14.58 | - |
| YUV | 121.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 101 | 0 | 0.60 | 0.51 | 0.20 | 351.15 | 0.55 | 0.56 |
| Hex | CD | 53 | 65 | 0 | 3C | 33 | 14 | 15F | 37 | 38 |
| Octal | 315 | 123 | 145 | 0 | 74 | 63 | 24 | 537 | 67 | 70 |
| Binary | 11001101 | 1010011 | 1100101 | 0 | 111100 | 110011 | 10100 | 101011111 | 110111 | 111000 |
Color Harmonies of #CD5365
Complementary color
Monochromatic Colors of #CD5365
Black with #CD5365
Text Example
Text Example
White with #CD5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5365; }
p { color: rgb(205,83,101); }
H1.HeaderClassName
{
color: #CD5365;
}
.AnyTagClassName
{
color: #CD5365;
}
</style>
background-color css
<style>
a { background-color: #CD5365; }
a { background-color: rgb(205,83,101); }
div.DivClassName
{
background-color: #CD5365;
}
.BgClassName
{
background-color: #CD5365;
}
</style>
border-color css
<style>
span { border-color: #CD5365; }
span { border-color: rgb(205,83,101); }
td.TdClassName
{
border-color: #CD5365;
}
.TagClassName
{
border-color: #CD5365;
}
</style>