Shades of Cabaret #CD406D
Tints of Cabaret #CD406D
RGB
CMYK
RGB Variations
Color information
#CD406D (or 0xCD406D) is known color: Cabaret. HEX triplet: CD, 40 and 6D. RGB value is (205,64,109). Sum of RGB (Red+Green+Blue) = 205+64+109=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD406D is #32BF92. Grayscale: #6F6F6F. Windows color (decimal): -3325843 or 7160013. OLE color: 7160013.
HSL color Cylindrical-coordinate representation of color #CD406D: hue angle of 340.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD406D is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 109 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.20 |
| HSL | 340.85º | 0.59% | 0.53% | - |
| HSV(B) | 340.85º | 0.69% | 0.8% | - |
| XYZ | 29.77 | 17.75 | 16.33 | - |
| YUV | 111.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 109 | 0 | 0.69 | 0.47 | 0.20 | 340.85 | 0.59 | 0.53 |
| Hex | CD | 40 | 6D | 0 | 45 | 2F | 14 | 155 | 3B | 35 |
| Octal | 315 | 100 | 155 | 0 | 105 | 57 | 24 | 525 | 73 | 65 |
| Binary | 11001101 | 1000000 | 1101101 | 0 | 1000101 | 101111 | 10100 | 101010101 | 111011 | 110101 |
Color Harmonies of #CD406D
Complementary color
Monochromatic Colors of #CD406D
Black with #CD406D
Text Example
Text Example
White with #CD406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD406D; }
p { color: rgb(205,64,109); }
H1.HeaderClassName
{
color: #CD406D;
}
.AnyTagClassName
{
color: #CD406D;
}
</style>
background-color css
<style>
a { background-color: #CD406D; }
a { background-color: rgb(205,64,109); }
div.DivClassName
{
background-color: #CD406D;
}
.BgClassName
{
background-color: #CD406D;
}
</style>
border-color css
<style>
span { border-color: #CD406D; }
span { border-color: rgb(205,64,109); }
td.TdClassName
{
border-color: #CD406D;
}
.TagClassName
{
border-color: #CD406D;
}
</style>