Shades of Cabaret #CD646C
Tints of Cabaret #CD646C
RGB
CMYK
RGB Variations
Color information
#CD646C (or 0xCD646C) is known color: Cabaret. HEX triplet: CD, 64 and 6C. RGB value is (205,100,108). Sum of RGB (Red+Green+Blue) = 205+100+108=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD646C is #329B93. Grayscale: #848484. Windows color (decimal): -3316628 or 7103693. OLE color: 7103693.
HSL color Cylindrical-coordinate representation of color #CD646C: hue angle of 355.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD646C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 108 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.20 |
| HSL | 355.43º | 0.51% | 0.6% | - |
| HSV(B) | 355.43º | 0.51% | 0.8% | - |
| XYZ | 32.44 | 23.18 | 16.95 | - |
| YUV | 132.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 108 | 0 | 0.51 | 0.47 | 0.20 | 355.43 | 0.51 | 0.6 |
| Hex | CD | 64 | 6C | 0 | 33 | 2F | 14 | 163 | 33 | 3C |
| Octal | 315 | 144 | 154 | 0 | 63 | 57 | 24 | 543 | 63 | 74 |
| Binary | 11001101 | 1100100 | 1101100 | 0 | 110011 | 101111 | 10100 | 101100011 | 110011 | 111100 |
Color Harmonies of #CD646C
Complementary color
Monochromatic Colors of #CD646C
Black with #CD646C
Text Example
Text Example
White with #CD646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD646C; }
p { color: rgb(205,100,108); }
H1.HeaderClassName
{
color: #CD646C;
}
.AnyTagClassName
{
color: #CD646C;
}
</style>
background-color css
<style>
a { background-color: #CD646C; }
a { background-color: rgb(205,100,108); }
div.DivClassName
{
background-color: #CD646C;
}
.BgClassName
{
background-color: #CD646C;
}
</style>
border-color css
<style>
span { border-color: #CD646C; }
span { border-color: rgb(205,100,108); }
td.TdClassName
{
border-color: #CD646C;
}
.TagClassName
{
border-color: #CD646C;
}
</style>