Shades of Cabaret #CD566C
Tints of Cabaret #CD566C
RGB
CMYK
RGB Variations
Color information
#CD566C (or 0xCD566C) is known color: Cabaret. HEX triplet: CD, 56 and 6C. RGB value is (205,86,108). Sum of RGB (Red+Green+Blue) = 205+86+108=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD566C is #32A993. Grayscale: #7C7C7C. Windows color (decimal): -3320212 or 7100109. OLE color: 7100109.
HSL color Cylindrical-coordinate representation of color #CD566C: hue angle of 348.91º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD566C is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 86 | 108 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.20 |
| HSL | 348.91º | 0.54% | 0.57% | - |
| HSV(B) | 348.91º | 0.58% | 0.8% | - |
| XYZ | 31.21 | 20.72 | 16.54 | - |
| YUV | 124.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 86 | 108 | 0 | 0.58 | 0.47 | 0.20 | 348.91 | 0.54 | 0.57 |
| Hex | CD | 56 | 6C | 0 | 3A | 2F | 14 | 15D | 36 | 39 |
| Octal | 315 | 126 | 154 | 0 | 72 | 57 | 24 | 535 | 66 | 71 |
| Binary | 11001101 | 1010110 | 1101100 | 0 | 111010 | 101111 | 10100 | 101011101 | 110110 | 111001 |
Color Harmonies of #CD566C
Complementary color
Monochromatic Colors of #CD566C
Black with #CD566C
Text Example
Text Example
White with #CD566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD566C; }
p { color: rgb(205,86,108); }
H1.HeaderClassName
{
color: #CD566C;
}
.AnyTagClassName
{
color: #CD566C;
}
</style>
background-color css
<style>
a { background-color: #CD566C; }
a { background-color: rgb(205,86,108); }
div.DivClassName
{
background-color: #CD566C;
}
.BgClassName
{
background-color: #CD566C;
}
</style>
border-color css
<style>
span { border-color: #CD566C; }
span { border-color: rgb(205,86,108); }
td.TdClassName
{
border-color: #CD566C;
}
.TagClassName
{
border-color: #CD566C;
}
</style>