Shades of Cabaret #CD416E
Tints of Cabaret #CD416E
RGB
CMYK
RGB Variations
Color information
#CD416E (or 0xCD416E) is known color: Cabaret. HEX triplet: CD, 41 and 6E. RGB value is (205,65,110). Sum of RGB (Red+Green+Blue) = 205+65+110=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD416E is #32BE91. Grayscale: #6F6F6F. Windows color (decimal): -3325586 or 7225805. OLE color: 7225805.
HSL color Cylindrical-coordinate representation of color #CD416E: hue angle of 340.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD416E is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 110 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.20 |
| HSL | 340.71º | 0.58% | 0.53% | - |
| HSV(B) | 340.71º | 0.68% | 0.8% | - |
| XYZ | 29.88 | 17.89 | 16.63 | - |
| YUV | 111.99 | 126.88 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 110 | 0 | 0.68 | 0.46 | 0.20 | 340.71 | 0.58 | 0.53 |
| Hex | CD | 41 | 6E | 0 | 44 | 2E | 14 | 155 | 3A | 35 |
| Octal | 315 | 101 | 156 | 0 | 104 | 56 | 24 | 525 | 72 | 65 |
| Binary | 11001101 | 1000001 | 1101110 | 0 | 1000100 | 101110 | 10100 | 101010101 | 111010 | 110101 |
Color Harmonies of #CD416E
Complementary color
Monochromatic Colors of #CD416E
Black with #CD416E
Text Example
Text Example
White with #CD416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD416E; }
p { color: rgb(205,65,110); }
H1.HeaderClassName
{
color: #CD416E;
}
.AnyTagClassName
{
color: #CD416E;
}
</style>
background-color css
<style>
a { background-color: #CD416E; }
a { background-color: rgb(205,65,110); }
div.DivClassName
{
background-color: #CD416E;
}
.BgClassName
{
background-color: #CD416E;
}
</style>
border-color css
<style>
span { border-color: #CD416E; }
span { border-color: rgb(205,65,110); }
td.TdClassName
{
border-color: #CD416E;
}
.TagClassName
{
border-color: #CD416E;
}
</style>