Shades of Cabaret #CD666C
Tints of Cabaret #CD666C
RGB
CMYK
RGB Variations
Color information
#CD666C (or 0xCD666C) is known color: Cabaret. HEX triplet: CD, 66 and 6C. RGB value is (205,102,108). Sum of RGB (Red+Green+Blue) = 205+102+108=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD666C is #329993. Grayscale: #858585. Windows color (decimal): -3316116 or 7104205. OLE color: 7104205.
HSL color Cylindrical-coordinate representation of color #CD666C: hue angle of 356.5º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD666C is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 108 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.20 |
| HSL | 356.5º | 0.51% | 0.6% | - |
| HSV(B) | 356.5º | 0.5% | 0.8% | - |
| XYZ | 32.63 | 23.56 | 17.02 | - |
| YUV | 133.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 108 | 0 | 0.50 | 0.47 | 0.20 | 356.5 | 0.51 | 0.6 |
| Hex | CD | 66 | 6C | 0 | 32 | 2F | 14 | 165 | 33 | 3C |
| Octal | 315 | 146 | 154 | 0 | 62 | 57 | 24 | 545 | 63 | 74 |
| Binary | 11001101 | 1100110 | 1101100 | 0 | 110010 | 101111 | 10100 | 101100101 | 110011 | 111100 |
Color Harmonies of #CD666C
Complementary color
Monochromatic Colors of #CD666C
Black with #CD666C
Text Example
Text Example
White with #CD666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD666C; }
p { color: rgb(205,102,108); }
H1.HeaderClassName
{
color: #CD666C;
}
.AnyTagClassName
{
color: #CD666C;
}
</style>
background-color css
<style>
a { background-color: #CD666C; }
a { background-color: rgb(205,102,108); }
div.DivClassName
{
background-color: #CD666C;
}
.BgClassName
{
background-color: #CD666C;
}
</style>
border-color css
<style>
span { border-color: #CD666C; }
span { border-color: rgb(205,102,108); }
td.TdClassName
{
border-color: #CD666C;
}
.TagClassName
{
border-color: #CD666C;
}
</style>