Shades of Cabaret #CD6477
Tints of Cabaret #CD6477
RGB
CMYK
RGB Variations
Color information
#CD6477 (or 0xCD6477) is known color: Cabaret. HEX triplet: CD, 64 and 77. RGB value is (205,100,119). Sum of RGB (Red+Green+Blue) = 205+100+119=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6477 is #329B88. Grayscale: #858585. Windows color (decimal): -3316617 or 7824589. OLE color: 7824589.
HSL color Cylindrical-coordinate representation of color #CD6477: hue angle of 349.14º 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 #CD6477 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 119 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.20 |
| HSL | 349.14º | 0.51% | 0.6% | - |
| HSV(B) | 349.14º | 0.51% | 0.8% | - |
| XYZ | 33.06 | 23.43 | 20.23 | - |
| YUV | 133.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 119 | 0 | 0.51 | 0.42 | 0.20 | 349.14 | 0.51 | 0.6 |
| Hex | CD | 64 | 77 | 0 | 33 | 2A | 14 | 15D | 33 | 3C |
| Octal | 315 | 144 | 167 | 0 | 63 | 52 | 24 | 535 | 63 | 74 |
| Binary | 11001101 | 1100100 | 1110111 | 0 | 110011 | 101010 | 10100 | 101011101 | 110011 | 111100 |
Color Harmonies of #CD6477
Complementary color
Monochromatic Colors of #CD6477
Black with #CD6477
Text Example
Text Example
White with #CD6477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6477; }
p { color: rgb(205,100,119); }
H1.HeaderClassName
{
color: #CD6477;
}
.AnyTagClassName
{
color: #CD6477;
}
</style>
background-color css
<style>
a { background-color: #CD6477; }
a { background-color: rgb(205,100,119); }
div.DivClassName
{
background-color: #CD6477;
}
.BgClassName
{
background-color: #CD6477;
}
</style>
border-color css
<style>
span { border-color: #CD6477; }
span { border-color: rgb(205,100,119); }
td.TdClassName
{
border-color: #CD6477;
}
.TagClassName
{
border-color: #CD6477;
}
</style>