Shades of Cabaret #CD416D
Tints of Cabaret #CD416D
RGB
CMYK
RGB Variations
Color information
#CD416D (or 0xCD416D) is known color: Cabaret. HEX triplet: CD, 41 and 6D. RGB value is (205,65,109). Sum of RGB (Red+Green+Blue) = 205+65+109=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD416D is #32BE92. Grayscale: #6F6F6F. Windows color (decimal): -3325587 or 7160269. OLE color: 7160269.
HSL color Cylindrical-coordinate representation of color #CD416D: hue angle of 341.14º 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 #CD416D is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 109 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.20 |
| HSL | 341.14º | 0.58% | 0.53% | - |
| HSV(B) | 341.14º | 0.68% | 0.8% | - |
| XYZ | 29.83 | 17.86 | 16.34 | - |
| YUV | 111.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 109 | 0 | 0.68 | 0.47 | 0.20 | 341.14 | 0.58 | 0.53 |
| Hex | CD | 41 | 6D | 0 | 44 | 2F | 14 | 155 | 3A | 35 |
| Octal | 315 | 101 | 155 | 0 | 104 | 57 | 24 | 525 | 72 | 65 |
| Binary | 11001101 | 1000001 | 1101101 | 0 | 1000100 | 101111 | 10100 | 101010101 | 111010 | 110101 |
Color Harmonies of #CD416D
Complementary color
Monochromatic Colors of #CD416D
Black with #CD416D
Text Example
Text Example
White with #CD416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD416D; }
p { color: rgb(205,65,109); }
H1.HeaderClassName
{
color: #CD416D;
}
.AnyTagClassName
{
color: #CD416D;
}
</style>
background-color css
<style>
a { background-color: #CD416D; }
a { background-color: rgb(205,65,109); }
div.DivClassName
{
background-color: #CD416D;
}
.BgClassName
{
background-color: #CD416D;
}
</style>
border-color css
<style>
span { border-color: #CD416D; }
span { border-color: rgb(205,65,109); }
td.TdClassName
{
border-color: #CD416D;
}
.TagClassName
{
border-color: #CD416D;
}
</style>