Shades of Cabaret #CD5E68
Tints of Cabaret #CD5E68
RGB
CMYK
RGB Variations
Color information
#CD5E68 (or 0xCD5E68) is known color: Cabaret. HEX triplet: CD, 5E and 68. RGB value is (205,94,104). Sum of RGB (Red+Green+Blue) = 205+94+104=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5E68 is #32A197. Grayscale: #808080. Windows color (decimal): -3318168 or 6840013. OLE color: 6840013.
HSL color Cylindrical-coordinate representation of color #CD5E68: hue angle of 354.59º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD5E68 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 94 | 104 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.20 |
| HSL | 354.59º | 0.53% | 0.59% | - |
| HSV(B) | 354.59º | 0.54% | 0.8% | - |
| XYZ | 31.68 | 21.98 | 15.67 | - |
| YUV | 128.33 | 114.27 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 94 | 104 | 0 | 0.54 | 0.49 | 0.20 | 354.59 | 0.53 | 0.59 |
| Hex | CD | 5E | 68 | 0 | 36 | 31 | 14 | 163 | 35 | 3B |
| Octal | 315 | 136 | 150 | 0 | 66 | 61 | 24 | 543 | 65 | 73 |
| Binary | 11001101 | 1011110 | 1101000 | 0 | 110110 | 110001 | 10100 | 101100011 | 110101 | 111011 |
Color Harmonies of #CD5E68
Complementary color
Monochromatic Colors of #CD5E68
Black with #CD5E68
Text Example
Text Example
White with #CD5E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5E68; }
p { color: rgb(205,94,104); }
H1.HeaderClassName
{
color: #CD5E68;
}
.AnyTagClassName
{
color: #CD5E68;
}
</style>
background-color css
<style>
a { background-color: #CD5E68; }
a { background-color: rgb(205,94,104); }
div.DivClassName
{
background-color: #CD5E68;
}
.BgClassName
{
background-color: #CD5E68;
}
</style>
border-color css
<style>
span { border-color: #CD5E68; }
span { border-color: rgb(205,94,104); }
td.TdClassName
{
border-color: #CD5E68;
}
.TagClassName
{
border-color: #CD5E68;
}
</style>