Shades of Cabaret #CD406C
Tints of Cabaret #CD406C
RGB
CMYK
RGB Variations
Color information
#CD406C (or 0xCD406C) is known color: Cabaret. HEX triplet: CD, 40 and 6C. RGB value is (205,64,108). Sum of RGB (Red+Green+Blue) = 205+64+108=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD406C is #32BF93. Grayscale: #6F6F6F. Windows color (decimal): -3325844 or 7094477. OLE color: 7094477.
HSL color Cylindrical-coordinate representation of color #CD406C: hue angle of 341.28º 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 #CD406C is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 108 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.20 |
| HSL | 341.28º | 0.59% | 0.53% | - |
| HSV(B) | 341.28º | 0.69% | 0.8% | - |
| XYZ | 29.72 | 17.73 | 16.04 | - |
| YUV | 111.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 108 | 0 | 0.69 | 0.47 | 0.20 | 341.28 | 0.59 | 0.53 |
| Hex | CD | 40 | 6C | 0 | 45 | 2F | 14 | 155 | 3B | 35 |
| Octal | 315 | 100 | 154 | 0 | 105 | 57 | 24 | 525 | 73 | 65 |
| Binary | 11001101 | 1000000 | 1101100 | 0 | 1000101 | 101111 | 10100 | 101010101 | 111011 | 110101 |
Color Harmonies of #CD406C
Complementary color
Monochromatic Colors of #CD406C
Black with #CD406C
Text Example
Text Example
White with #CD406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD406C; }
p { color: rgb(205,64,108); }
H1.HeaderClassName
{
color: #CD406C;
}
.AnyTagClassName
{
color: #CD406C;
}
</style>
background-color css
<style>
a { background-color: #CD406C; }
a { background-color: rgb(205,64,108); }
div.DivClassName
{
background-color: #CD406C;
}
.BgClassName
{
background-color: #CD406C;
}
</style>
border-color css
<style>
span { border-color: #CD406C; }
span { border-color: rgb(205,64,108); }
td.TdClassName
{
border-color: #CD406C;
}
.TagClassName
{
border-color: #CD406C;
}
</style>