Shades of Cabaret #CD6072
Tints of Cabaret #CD6072
RGB
CMYK
RGB Variations
Color information
#CD6072 (or 0xCD6072) is known color: Cabaret. HEX triplet: CD, 60 and 72. RGB value is (205,96,114). Sum of RGB (Red+Green+Blue) = 205+96+114=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6072 is #329F8D. Grayscale: #828282. Windows color (decimal): -3317646 or 7495885. OLE color: 7495885.
HSL color Cylindrical-coordinate representation of color #CD6072: hue angle of 350.09º 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 #CD6072 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 114 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.20 |
| HSL | 350.09º | 0.52% | 0.59% | - |
| HSV(B) | 350.09º | 0.53% | 0.8% | - |
| XYZ | 32.4 | 22.56 | 18.57 | - |
| YUV | 130.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 114 | 0 | 0.53 | 0.44 | 0.20 | 350.09 | 0.52 | 0.59 |
| Hex | CD | 60 | 72 | 0 | 35 | 2C | 14 | 15E | 34 | 3B |
| Octal | 315 | 140 | 162 | 0 | 65 | 54 | 24 | 536 | 64 | 73 |
| Binary | 11001101 | 1100000 | 1110010 | 0 | 110101 | 101100 | 10100 | 101011110 | 110100 | 111011 |
Color Harmonies of #CD6072
Complementary color
Monochromatic Colors of #CD6072
Black with #CD6072
Text Example
Text Example
White with #CD6072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6072; }
p { color: rgb(205,96,114); }
H1.HeaderClassName
{
color: #CD6072;
}
.AnyTagClassName
{
color: #CD6072;
}
</style>
background-color css
<style>
a { background-color: #CD6072; }
a { background-color: rgb(205,96,114); }
div.DivClassName
{
background-color: #CD6072;
}
.BgClassName
{
background-color: #CD6072;
}
</style>
border-color css
<style>
span { border-color: #CD6072; }
span { border-color: rgb(205,96,114); }
td.TdClassName
{
border-color: #CD6072;
}
.TagClassName
{
border-color: #CD6072;
}
</style>