Shades of Cabaret #CD6777
Tints of Cabaret #CD6777
RGB
CMYK
RGB Variations
Color information
#CD6777 (or 0xCD6777) is known color: Cabaret. HEX triplet: CD, 67 and 77. RGB value is (205,103,119). Sum of RGB (Red+Green+Blue) = 205+103+119=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6777 is #329888. Grayscale: #878787. Windows color (decimal): -3315849 or 7825357. OLE color: 7825357.
HSL color Cylindrical-coordinate representation of color #CD6777: hue angle of 350.59º 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 #CD6777 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 119 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.20 |
| HSL | 350.59º | 0.5% | 0.6% | - |
| HSV(B) | 350.59º | 0.5% | 0.8% | - |
| XYZ | 33.36 | 24.01 | 20.33 | - |
| YUV | 135.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 119 | 0 | 0.50 | 0.42 | 0.20 | 350.59 | 0.5 | 0.6 |
| Hex | CD | 67 | 77 | 0 | 32 | 2A | 14 | 15F | 32 | 3C |
| Octal | 315 | 147 | 167 | 0 | 62 | 52 | 24 | 537 | 62 | 74 |
| Binary | 11001101 | 1100111 | 1110111 | 0 | 110010 | 101010 | 10100 | 101011111 | 110010 | 111100 |
Color Harmonies of #CD6777
Complementary color
Monochromatic Colors of #CD6777
Black with #CD6777
Text Example
Text Example
White with #CD6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6777; }
p { color: rgb(205,103,119); }
H1.HeaderClassName
{
color: #CD6777;
}
.AnyTagClassName
{
color: #CD6777;
}
</style>
background-color css
<style>
a { background-color: #CD6777; }
a { background-color: rgb(205,103,119); }
div.DivClassName
{
background-color: #CD6777;
}
.BgClassName
{
background-color: #CD6777;
}
</style>
border-color css
<style>
span { border-color: #CD6777; }
span { border-color: rgb(205,103,119); }
td.TdClassName
{
border-color: #CD6777;
}
.TagClassName
{
border-color: #CD6777;
}
</style>