Shades of Cabaret #CC5673
Tints of Cabaret #CC5673
RGB
CMYK
RGB Variations
Color information
#CC5673 (or 0xCC5673) is known color: Cabaret. HEX triplet: CC, 56 and 73. RGB value is (204,86,115). Sum of RGB (Red+Green+Blue) = 204+86+115=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5673 is #33A98C. Grayscale: #7C7C7C. Windows color (decimal): -3385741 or 7558860. OLE color: 7558860.
HSL color Cylindrical-coordinate representation of color #CC5673: hue angle of 345.25º 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 #CC5673 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 115 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.2 |
| HSL | 345.25º | 0.54% | 0.57% | - |
| HSV(B) | 345.25º | 0.58% | 0.8% | - |
| XYZ | 31.32 | 20.73 | 18.57 | - |
| YUV | 124.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 115 | 0 | 0.58 | 0.44 | 0.2 | 345.25 | 0.54 | 0.57 |
| Hex | CC | 56 | 73 | 0 | 3A | 2C | 14 | 159 | 36 | 39 |
| Octal | 314 | 126 | 163 | 0 | 72 | 54 | 24 | 531 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1110011 | 0 | 111010 | 101100 | 10100 | 101011001 | 110110 | 111001 |
Color Harmonies of #CC5673
Complementary color
Monochromatic Colors of #CC5673
Black with #CC5673
Text Example
Text Example
White with #CC5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5673; }
p { color: rgb(204,86,115); }
H1.HeaderClassName
{
color: #CC5673;
}
.AnyTagClassName
{
color: #CC5673;
}
</style>
background-color css
<style>
a { background-color: #CC5673; }
a { background-color: rgb(204,86,115); }
div.DivClassName
{
background-color: #CC5673;
}
.BgClassName
{
background-color: #CC5673;
}
</style>
border-color css
<style>
span { border-color: #CC5673; }
span { border-color: rgb(204,86,115); }
td.TdClassName
{
border-color: #CC5673;
}
.TagClassName
{
border-color: #CC5673;
}
</style>