Shades of Cabaret #CD6675
Tints of Cabaret #CD6675
RGB
CMYK
RGB Variations
Color information
#CD6675 (or 0xCD6675) is known color: Cabaret. HEX triplet: CD, 66 and 75. RGB value is (205,102,117). Sum of RGB (Red+Green+Blue) = 205+102+117=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6675 is #32998A. Grayscale: #868686. Windows color (decimal): -3316107 or 7694029. OLE color: 7694029.
HSL color Cylindrical-coordinate representation of color #CD6675: hue angle of 351.26º 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 #CD6675 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 117 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.20 |
| HSL | 351.26º | 0.51% | 0.6% | - |
| HSV(B) | 351.26º | 0.5% | 0.8% | - |
| XYZ | 33.14 | 23.77 | 19.67 | - |
| YUV | 134.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 117 | 0 | 0.50 | 0.43 | 0.20 | 351.26 | 0.51 | 0.6 |
| Hex | CD | 66 | 75 | 0 | 32 | 2B | 14 | 15F | 33 | 3C |
| Octal | 315 | 146 | 165 | 0 | 62 | 53 | 24 | 537 | 63 | 74 |
| Binary | 11001101 | 1100110 | 1110101 | 0 | 110010 | 101011 | 10100 | 101011111 | 110011 | 111100 |
Color Harmonies of #CD6675
Complementary color
Monochromatic Colors of #CD6675
Black with #CD6675
Text Example
Text Example
White with #CD6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6675; }
p { color: rgb(205,102,117); }
H1.HeaderClassName
{
color: #CD6675;
}
.AnyTagClassName
{
color: #CD6675;
}
</style>
background-color css
<style>
a { background-color: #CD6675; }
a { background-color: rgb(205,102,117); }
div.DivClassName
{
background-color: #CD6675;
}
.BgClassName
{
background-color: #CD6675;
}
</style>
border-color css
<style>
span { border-color: #CD6675; }
span { border-color: rgb(205,102,117); }
td.TdClassName
{
border-color: #CD6675;
}
.TagClassName
{
border-color: #CD6675;
}
</style>