Shades of Cabaret #CD5D67
Tints of Cabaret #CD5D67
RGB
CMYK
RGB Variations
Color information
#CD5D67 (or 0xCD5D67) is known color: Cabaret. HEX triplet: CD, 5D and 67. RGB value is (205,93,103). Sum of RGB (Red+Green+Blue) = 205+93+103=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D67 is #32A298. Grayscale: #7F7F7F. Windows color (decimal): -3318425 or 6774221. OLE color: 6774221.
HSL color Cylindrical-coordinate representation of color #CD5D67: hue angle of 354.64º 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 #CD5D67 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 103 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.20 |
| HSL | 354.64º | 0.53% | 0.58% | - |
| HSV(B) | 354.64º | 0.55% | 0.8% | - |
| XYZ | 31.54 | 21.79 | 15.37 | - |
| YUV | 127.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 103 | 0 | 0.55 | 0.50 | 0.20 | 354.64 | 0.53 | 0.58 |
| Hex | CD | 5D | 67 | 0 | 37 | 32 | 14 | 163 | 35 | 3A |
| Octal | 315 | 135 | 147 | 0 | 67 | 62 | 24 | 543 | 65 | 72 |
| Binary | 11001101 | 1011101 | 1100111 | 0 | 110111 | 110010 | 10100 | 101100011 | 110101 | 111010 |
Color Harmonies of #CD5D67
Complementary color
Monochromatic Colors of #CD5D67
Black with #CD5D67
Text Example
Text Example
White with #CD5D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D67; }
p { color: rgb(205,93,103); }
H1.HeaderClassName
{
color: #CD5D67;
}
.AnyTagClassName
{
color: #CD5D67;
}
</style>
background-color css
<style>
a { background-color: #CD5D67; }
a { background-color: rgb(205,93,103); }
div.DivClassName
{
background-color: #CD5D67;
}
.BgClassName
{
background-color: #CD5D67;
}
</style>
border-color css
<style>
span { border-color: #CD5D67; }
span { border-color: rgb(205,93,103); }
td.TdClassName
{
border-color: #CD5D67;
}
.TagClassName
{
border-color: #CD5D67;
}
</style>