Shades of Cabaret #CD4A6E
Tints of Cabaret #CD4A6E
RGB
CMYK
RGB Variations
Color information
#CD4A6E (or 0xCD4A6E) is known color: Cabaret. HEX triplet: CD, 4A and 6E. RGB value is (205,74,110). Sum of RGB (Red+Green+Blue) = 205+74+110=389 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.70% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4A6E is #32B591. Grayscale: #757575. Windows color (decimal): -3323282 or 7228109. OLE color: 7228109.
HSL color Cylindrical-coordinate representation of color #CD4A6E: hue angle of 343.51º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4A6E is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 110 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.20 |
| HSL | 343.51º | 0.57% | 0.55% | - |
| HSV(B) | 343.51º | 0.64% | 0.8% | - |
| XYZ | 30.44 | 19 | 16.82 | - |
| YUV | 117.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 110 | 0 | 0.64 | 0.46 | 0.20 | 343.51 | 0.57 | 0.55 |
| Hex | CD | 4A | 6E | 0 | 40 | 2E | 14 | 158 | 39 | 37 |
| Octal | 315 | 112 | 156 | 0 | 100 | 56 | 24 | 530 | 71 | 67 |
| Binary | 11001101 | 1001010 | 1101110 | 0 | 1000000 | 101110 | 10100 | 101011000 | 111001 | 110111 |
Color Harmonies of #CD4A6E
Complementary color
Monochromatic Colors of #CD4A6E
Black with #CD4A6E
Text Example
Text Example
White with #CD4A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A6E; }
p { color: rgb(205,74,110); }
H1.HeaderClassName
{
color: #CD4A6E;
}
.AnyTagClassName
{
color: #CD4A6E;
}
</style>
background-color css
<style>
a { background-color: #CD4A6E; }
a { background-color: rgb(205,74,110); }
div.DivClassName
{
background-color: #CD4A6E;
}
.BgClassName
{
background-color: #CD4A6E;
}
</style>
border-color css
<style>
span { border-color: #CD4A6E; }
span { border-color: rgb(205,74,110); }
td.TdClassName
{
border-color: #CD4A6E;
}
.TagClassName
{
border-color: #CD4A6E;
}
</style>