Shades of Cabaret #CD666B
Tints of Cabaret #CD666B
RGB
CMYK
RGB Variations
Color information
#CD666B (or 0xCD666B) is known color: Cabaret. HEX triplet: CD, 66 and 6B. RGB value is (205,102,107). Sum of RGB (Red+Green+Blue) = 205+102+107=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD666B is #329994. Grayscale: #858585. Windows color (decimal): -3316117 or 7038669. OLE color: 7038669.
HSL color Cylindrical-coordinate representation of color #CD666B: hue angle of 357.09º 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 #CD666B is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 107 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.20 |
| HSL | 357.09º | 0.51% | 0.6% | - |
| HSV(B) | 357.09º | 0.5% | 0.8% | - |
| XYZ | 32.58 | 23.54 | 16.74 | - |
| YUV | 133.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 107 | 0 | 0.50 | 0.48 | 0.20 | 357.09 | 0.51 | 0.6 |
| Hex | CD | 66 | 6B | 0 | 32 | 30 | 14 | 165 | 33 | 3C |
| Octal | 315 | 146 | 153 | 0 | 62 | 60 | 24 | 545 | 63 | 74 |
| Binary | 11001101 | 1100110 | 1101011 | 0 | 110010 | 110000 | 10100 | 101100101 | 110011 | 111100 |
Color Harmonies of #CD666B
Complementary color
Monochromatic Colors of #CD666B
Black with #CD666B
Text Example
Text Example
White with #CD666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD666B; }
p { color: rgb(205,102,107); }
H1.HeaderClassName
{
color: #CD666B;
}
.AnyTagClassName
{
color: #CD666B;
}
</style>
background-color css
<style>
a { background-color: #CD666B; }
a { background-color: rgb(205,102,107); }
div.DivClassName
{
background-color: #CD666B;
}
.BgClassName
{
background-color: #CD666B;
}
</style>
border-color css
<style>
span { border-color: #CD666B; }
span { border-color: rgb(205,102,107); }
td.TdClassName
{
border-color: #CD666B;
}
.TagClassName
{
border-color: #CD666B;
}
</style>