Shades of Cabaret #CD6773
Tints of Cabaret #CD6773
RGB
CMYK
RGB Variations
Color information
#CD6773 (or 0xCD6773) is known color: Cabaret. HEX triplet: CD, 67 and 73. RGB value is (205,103,115). Sum of RGB (Red+Green+Blue) = 205+103+115=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6773 is #32988C. Grayscale: #868686. Windows color (decimal): -3315853 or 7563213. OLE color: 7563213.
HSL color Cylindrical-coordinate representation of color #CD6773: hue angle of 352.94º degrees, saturation: 0.5, 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 #CD6773 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 115 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.20 |
| HSL | 352.94º | 0.5% | 0.6% | - |
| HSV(B) | 352.94º | 0.5% | 0.8% | - |
| XYZ | 33.12 | 23.92 | 19.09 | - |
| YUV | 134.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 115 | 0 | 0.50 | 0.44 | 0.20 | 352.94 | 0.5 | 0.6 |
| Hex | CD | 67 | 73 | 0 | 32 | 2C | 14 | 161 | 32 | 3C |
| Octal | 315 | 147 | 163 | 0 | 62 | 54 | 24 | 541 | 62 | 74 |
| Binary | 11001101 | 1100111 | 1110011 | 0 | 110010 | 101100 | 10100 | 101100001 | 110010 | 111100 |
Color Harmonies of #CD6773
Complementary color
Monochromatic Colors of #CD6773
Black with #CD6773
Text Example
Text Example
White with #CD6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6773; }
p { color: rgb(205,103,115); }
H1.HeaderClassName
{
color: #CD6773;
}
.AnyTagClassName
{
color: #CD6773;
}
</style>
background-color css
<style>
a { background-color: #CD6773; }
a { background-color: rgb(205,103,115); }
div.DivClassName
{
background-color: #CD6773;
}
.BgClassName
{
background-color: #CD6773;
}
</style>
border-color css
<style>
span { border-color: #CD6773; }
span { border-color: rgb(205,103,115); }
td.TdClassName
{
border-color: #CD6773;
}
.TagClassName
{
border-color: #CD6773;
}
</style>