Shades of Cabaret #CD4666
Tints of Cabaret #CD4666
RGB
CMYK
RGB Variations
Color information
#CD4666 (or 0xCD4666) is known color: Cabaret. HEX triplet: CD, 46 and 66. RGB value is (205,70,102). Sum of RGB (Red+Green+Blue) = 205+70+102=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4666 is #32B999. Grayscale: #727272. Windows color (decimal): -3324314 or 6702797. OLE color: 6702797.
HSL color Cylindrical-coordinate representation of color #CD4666: hue angle of 345.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD4666 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 102 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.20 |
| HSL | 345.78º | 0.57% | 0.54% | - |
| HSV(B) | 345.78º | 0.66% | 0.8% | - |
| XYZ | 29.77 | 18.32 | 14.54 | - |
| YUV | 114.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 102 | 0 | 0.66 | 0.50 | 0.20 | 345.78 | 0.57 | 0.54 |
| Hex | CD | 46 | 66 | 0 | 42 | 32 | 14 | 15A | 39 | 36 |
| Octal | 315 | 106 | 146 | 0 | 102 | 62 | 24 | 532 | 71 | 66 |
| Binary | 11001101 | 1000110 | 1100110 | 0 | 1000010 | 110010 | 10100 | 101011010 | 111001 | 110110 |
Color Harmonies of #CD4666
Complementary color
Monochromatic Colors of #CD4666
Black with #CD4666
Text Example
Text Example
White with #CD4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4666; }
p { color: rgb(205,70,102); }
H1.HeaderClassName
{
color: #CD4666;
}
.AnyTagClassName
{
color: #CD4666;
}
</style>
background-color css
<style>
a { background-color: #CD4666; }
a { background-color: rgb(205,70,102); }
div.DivClassName
{
background-color: #CD4666;
}
.BgClassName
{
background-color: #CD4666;
}
</style>
border-color css
<style>
span { border-color: #CD4666; }
span { border-color: rgb(205,70,102); }
td.TdClassName
{
border-color: #CD4666;
}
.TagClassName
{
border-color: #CD4666;
}
</style>