Shades of Cabaret #CD606D
Tints of Cabaret #CD606D
RGB
CMYK
RGB Variations
Color information
#CD606D (or 0xCD606D) is known color: Cabaret. HEX triplet: CD, 60 and 6D. RGB value is (205,96,109). Sum of RGB (Red+Green+Blue) = 205+96+109=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD606D is #329F92. Grayscale: #828282. Windows color (decimal): -3317651 or 7168205. OLE color: 7168205.
HSL color Cylindrical-coordinate representation of color #CD606D: hue angle of 352.84º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD606D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 109 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.20 |
| HSL | 352.84º | 0.52% | 0.59% | - |
| HSV(B) | 352.84º | 0.53% | 0.8% | - |
| XYZ | 32.12 | 22.45 | 17.11 | - |
| YUV | 130.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 109 | 0 | 0.53 | 0.47 | 0.20 | 352.84 | 0.52 | 0.59 |
| Hex | CD | 60 | 6D | 0 | 35 | 2F | 14 | 161 | 34 | 3B |
| Octal | 315 | 140 | 155 | 0 | 65 | 57 | 24 | 541 | 64 | 73 |
| Binary | 11001101 | 1100000 | 1101101 | 0 | 110101 | 101111 | 10100 | 101100001 | 110100 | 111011 |
Color Harmonies of #CD606D
Complementary color
Monochromatic Colors of #CD606D
Black with #CD606D
Text Example
Text Example
White with #CD606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD606D; }
p { color: rgb(205,96,109); }
H1.HeaderClassName
{
color: #CD606D;
}
.AnyTagClassName
{
color: #CD606D;
}
</style>
background-color css
<style>
a { background-color: #CD606D; }
a { background-color: rgb(205,96,109); }
div.DivClassName
{
background-color: #CD606D;
}
.BgClassName
{
background-color: #CD606D;
}
</style>
border-color css
<style>
span { border-color: #CD606D; }
span { border-color: rgb(205,96,109); }
td.TdClassName
{
border-color: #CD606D;
}
.TagClassName
{
border-color: #CD606D;
}
</style>