Shades of Cabaret #CC5679
Tints of Cabaret #CC5679
RGB
CMYK
RGB Variations
Color information
#CC5679 (or 0xCC5679) is known color: Cabaret. HEX triplet: CC, 56 and 79. RGB value is (204,86,121). Sum of RGB (Red+Green+Blue) = 204+86+121=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5679 is #33A986. Grayscale: #7D7D7D. Windows color (decimal): -3385735 or 7952076. OLE color: 7952076.
HSL color Cylindrical-coordinate representation of color #CC5679: hue angle of 342.2º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5679 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 121 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.2 |
| HSL | 342.2º | 0.54% | 0.57% | - |
| HSV(B) | 342.2º | 0.58% | 0.8% | - |
| XYZ | 31.68 | 20.87 | 20.45 | - |
| YUV | 125.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 121 | 0 | 0.58 | 0.41 | 0.2 | 342.2 | 0.54 | 0.57 |
| Hex | CC | 56 | 79 | 0 | 3A | 29 | 14 | 156 | 36 | 39 |
| Octal | 314 | 126 | 171 | 0 | 72 | 51 | 24 | 526 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1111001 | 0 | 111010 | 101001 | 10100 | 101010110 | 110110 | 111001 |
Color Harmonies of #CC5679
Complementary color
Monochromatic Colors of #CC5679
Black with #CC5679
Text Example
Text Example
White with #CC5679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5679; }
p { color: rgb(204,86,121); }
H1.HeaderClassName
{
color: #CC5679;
}
.AnyTagClassName
{
color: #CC5679;
}
</style>
background-color css
<style>
a { background-color: #CC5679; }
a { background-color: rgb(204,86,121); }
div.DivClassName
{
background-color: #CC5679;
}
.BgClassName
{
background-color: #CC5679;
}
</style>
border-color css
<style>
span { border-color: #CC5679; }
span { border-color: rgb(204,86,121); }
td.TdClassName
{
border-color: #CC5679;
}
.TagClassName
{
border-color: #CC5679;
}
</style>