Shades of Cabaret #CD416C
Tints of Cabaret #CD416C
RGB
CMYK
RGB Variations
Color information
#CD416C (or 0xCD416C) is known color: Cabaret. HEX triplet: CD, 41 and 6C. RGB value is (205,65,108). Sum of RGB (Red+Green+Blue) = 205+65+108=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD416C is #32BE93. Grayscale: #6F6F6F. Windows color (decimal): -3325588 or 7094733. OLE color: 7094733.
HSL color Cylindrical-coordinate representation of color #CD416C: hue angle of 341.57º 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 #CD416C is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 65 | 108 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.20 |
| HSL | 341.57º | 0.58% | 0.53% | - |
| HSV(B) | 341.57º | 0.68% | 0.8% | - |
| XYZ | 29.77 | 17.84 | 16.06 | - |
| YUV | 111.76 | 125.88 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 108 | 0 | 0.68 | 0.47 | 0.20 | 341.57 | 0.58 | 0.53 |
| Hex | CD | 41 | 6C | 0 | 44 | 2F | 14 | 156 | 3A | 35 |
| Octal | 315 | 101 | 154 | 0 | 104 | 57 | 24 | 526 | 72 | 65 |
| Binary | 11001101 | 1000001 | 1101100 | 0 | 1000100 | 101111 | 10100 | 101010110 | 111010 | 110101 |
Color Harmonies of #CD416C
Complementary color
Monochromatic Colors of #CD416C
Black with #CD416C
Text Example
Text Example
White with #CD416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD416C; }
p { color: rgb(205,65,108); }
H1.HeaderClassName
{
color: #CD416C;
}
.AnyTagClassName
{
color: #CD416C;
}
</style>
background-color css
<style>
a { background-color: #CD416C; }
a { background-color: rgb(205,65,108); }
div.DivClassName
{
background-color: #CD416C;
}
.BgClassName
{
background-color: #CD416C;
}
</style>
border-color css
<style>
span { border-color: #CD416C; }
span { border-color: rgb(205,65,108); }
td.TdClassName
{
border-color: #CD416C;
}
.TagClassName
{
border-color: #CD416C;
}
</style>