Shades of Cabaret #CD6673
Tints of Cabaret #CD6673
RGB
CMYK
RGB Variations
Color information
#CD6673 (or 0xCD6673) is known color: Cabaret. HEX triplet: CD, 66 and 73. RGB value is (205,102,115). Sum of RGB (Red+Green+Blue) = 205+102+115=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6673 is #32998C. Grayscale: #868686. Windows color (decimal): -3316109 or 7562957. OLE color: 7562957.
HSL color Cylindrical-coordinate representation of color #CD6673: hue angle of 352.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6673 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 115 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.20 |
| HSL | 352.43º | 0.51% | 0.6% | - |
| HSV(B) | 352.43º | 0.5% | 0.8% | - |
| XYZ | 33.02 | 23.72 | 19.06 | - |
| YUV | 134.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 115 | 0 | 0.50 | 0.44 | 0.20 | 352.43 | 0.51 | 0.6 |
| Hex | CD | 66 | 73 | 0 | 32 | 2C | 14 | 160 | 33 | 3C |
| Octal | 315 | 146 | 163 | 0 | 62 | 54 | 24 | 540 | 63 | 74 |
| Binary | 11001101 | 1100110 | 1110011 | 0 | 110010 | 101100 | 10100 | 101100000 | 110011 | 111100 |
Color Harmonies of #CD6673
Complementary color
Monochromatic Colors of #CD6673
Black with #CD6673
Text Example
Text Example
White with #CD6673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6673; }
p { color: rgb(205,102,115); }
H1.HeaderClassName
{
color: #CD6673;
}
.AnyTagClassName
{
color: #CD6673;
}
</style>
background-color css
<style>
a { background-color: #CD6673; }
a { background-color: rgb(205,102,115); }
div.DivClassName
{
background-color: #CD6673;
}
.BgClassName
{
background-color: #CD6673;
}
</style>
border-color css
<style>
span { border-color: #CD6673; }
span { border-color: rgb(205,102,115); }
td.TdClassName
{
border-color: #CD6673;
}
.TagClassName
{
border-color: #CD6673;
}
</style>