Shades of Cabaret #CD466E
Tints of Cabaret #CD466E
RGB
CMYK
RGB Variations
Color information
#CD466E (or 0xCD466E) is known color: Cabaret. HEX triplet: CD, 46 and 6E. RGB value is (205,70,110). Sum of RGB (Red+Green+Blue) = 205+70+110=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD466E is #32B991. Grayscale: #727272. Windows color (decimal): -3324306 or 7227085. OLE color: 7227085.
HSL color Cylindrical-coordinate representation of color #CD466E: hue angle of 342.22º 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 #CD466E is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 110 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.20 |
| HSL | 342.22º | 0.57% | 0.54% | - |
| HSV(B) | 342.22º | 0.66% | 0.8% | - |
| XYZ | 30.18 | 18.49 | 16.73 | - |
| YUV | 114.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 110 | 0 | 0.66 | 0.46 | 0.20 | 342.22 | 0.57 | 0.54 |
| Hex | CD | 46 | 6E | 0 | 42 | 2E | 14 | 156 | 39 | 36 |
| Octal | 315 | 106 | 156 | 0 | 102 | 56 | 24 | 526 | 71 | 66 |
| Binary | 11001101 | 1000110 | 1101110 | 0 | 1000010 | 101110 | 10100 | 101010110 | 111001 | 110110 |
Color Harmonies of #CD466E
Complementary color
Monochromatic Colors of #CD466E
Black with #CD466E
Text Example
Text Example
White with #CD466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD466E; }
p { color: rgb(205,70,110); }
H1.HeaderClassName
{
color: #CD466E;
}
.AnyTagClassName
{
color: #CD466E;
}
</style>
background-color css
<style>
a { background-color: #CD466E; }
a { background-color: rgb(205,70,110); }
div.DivClassName
{
background-color: #CD466E;
}
.BgClassName
{
background-color: #CD466E;
}
</style>
border-color css
<style>
span { border-color: #CD466E; }
span { border-color: rgb(205,70,110); }
td.TdClassName
{
border-color: #CD466E;
}
.TagClassName
{
border-color: #CD466E;
}
</style>