Shades of Cabaret #CD6479
Tints of Cabaret #CD6479
RGB
CMYK
RGB Variations
Color information
#CD6479 (or 0xCD6479) is known color: Cabaret. HEX triplet: CD, 64 and 79. RGB value is (205,100,121). Sum of RGB (Red+Green+Blue) = 205+100+121=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6479 is #329B86. Grayscale: #858585. Windows color (decimal): -3316615 or 7955661. OLE color: 7955661.
HSL color Cylindrical-coordinate representation of color #CD6479: hue angle of 348º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6479 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 121 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.20 |
| HSL | 348º | 0.51% | 0.6% | - |
| HSV(B) | 348º | 0.51% | 0.8% | - |
| XYZ | 33.19 | 23.47 | 20.87 | - |
| YUV | 133.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 121 | 0 | 0.51 | 0.41 | 0.20 | 348 | 0.51 | 0.6 |
| Hex | CD | 64 | 79 | 0 | 33 | 29 | 14 | 15C | 33 | 3C |
| Octal | 315 | 144 | 171 | 0 | 63 | 51 | 24 | 534 | 63 | 74 |
| Binary | 11001101 | 1100100 | 1111001 | 0 | 110011 | 101001 | 10100 | 101011100 | 110011 | 111100 |
Color Harmonies of #CD6479
Complementary color
Monochromatic Colors of #CD6479
Black with #CD6479
Text Example
Text Example
White with #CD6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6479; }
p { color: rgb(205,100,121); }
H1.HeaderClassName
{
color: #CD6479;
}
.AnyTagClassName
{
color: #CD6479;
}
</style>
background-color css
<style>
a { background-color: #CD6479; }
a { background-color: rgb(205,100,121); }
div.DivClassName
{
background-color: #CD6479;
}
.BgClassName
{
background-color: #CD6479;
}
</style>
border-color css
<style>
span { border-color: #CD6479; }
span { border-color: rgb(205,100,121); }
td.TdClassName
{
border-color: #CD6479;
}
.TagClassName
{
border-color: #CD6479;
}
</style>