Shades of Cabaret #CD5D68
Tints of Cabaret #CD5D68
RGB
CMYK
RGB Variations
Color information
#CD5D68 (or 0xCD5D68) is known color: Cabaret. HEX triplet: CD, 5D and 68. RGB value is (205,93,104). Sum of RGB (Red+Green+Blue) = 205+93+104=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D68 is #32A297. Grayscale: #7F7F7F. Windows color (decimal): -3318424 or 6839757. OLE color: 6839757.
HSL color Cylindrical-coordinate representation of color #CD5D68: hue angle of 354.11º 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 #CD5D68 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 104 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.20 |
| HSL | 354.11º | 0.53% | 0.58% | - |
| HSV(B) | 354.11º | 0.55% | 0.8% | - |
| XYZ | 31.59 | 21.81 | 15.64 | - |
| YUV | 127.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 104 | 0 | 0.55 | 0.49 | 0.20 | 354.11 | 0.53 | 0.58 |
| Hex | CD | 5D | 68 | 0 | 37 | 31 | 14 | 162 | 35 | 3A |
| Octal | 315 | 135 | 150 | 0 | 67 | 61 | 24 | 542 | 65 | 72 |
| Binary | 11001101 | 1011101 | 1101000 | 0 | 110111 | 110001 | 10100 | 101100010 | 110101 | 111010 |
Color Harmonies of #CD5D68
Complementary color
Monochromatic Colors of #CD5D68
Black with #CD5D68
Text Example
Text Example
White with #CD5D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D68; }
p { color: rgb(205,93,104); }
H1.HeaderClassName
{
color: #CD5D68;
}
.AnyTagClassName
{
color: #CD5D68;
}
</style>
background-color css
<style>
a { background-color: #CD5D68; }
a { background-color: rgb(205,93,104); }
div.DivClassName
{
background-color: #CD5D68;
}
.BgClassName
{
background-color: #CD5D68;
}
</style>
border-color css
<style>
span { border-color: #CD5D68; }
span { border-color: rgb(205,93,104); }
td.TdClassName
{
border-color: #CD5D68;
}
.TagClassName
{
border-color: #CD5D68;
}
</style>