Shades of Cabaret #CC5478
Tints of Cabaret #CC5478
RGB
CMYK
RGB Variations
Color information
#CC5478 (or 0xCC5478) is known color: Cabaret. HEX triplet: CC, 54 and 78. RGB value is (204,84,120). Sum of RGB (Red+Green+Blue) = 204+84+120=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5478 is #33AB87. Grayscale: #7B7B7B. Windows color (decimal): -3386248 or 7886028. OLE color: 7886028.
HSL color Cylindrical-coordinate representation of color #CC5478: hue angle of 342º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5478 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 120 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.2 |
| HSL | 342º | 0.54% | 0.56% | - |
| HSV(B) | 342º | 0.59% | 0.8% | - |
| XYZ | 31.46 | 20.53 | 20.07 | - |
| YUV | 123.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 120 | 0 | 0.59 | 0.41 | 0.2 | 342 | 0.54 | 0.56 |
| Hex | CC | 54 | 78 | 0 | 3B | 29 | 14 | 156 | 36 | 38 |
| Octal | 314 | 124 | 170 | 0 | 73 | 51 | 24 | 526 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1111000 | 0 | 111011 | 101001 | 10100 | 101010110 | 110110 | 111000 |
Color Harmonies of #CC5478
Complementary color
Monochromatic Colors of #CC5478
Black with #CC5478
Text Example
Text Example
White with #CC5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5478; }
p { color: rgb(204,84,120); }
H1.HeaderClassName
{
color: #CC5478;
}
.AnyTagClassName
{
color: #CC5478;
}
</style>
background-color css
<style>
a { background-color: #CC5478; }
a { background-color: rgb(204,84,120); }
div.DivClassName
{
background-color: #CC5478;
}
.BgClassName
{
background-color: #CC5478;
}
</style>
border-color css
<style>
span { border-color: #CC5478; }
span { border-color: rgb(204,84,120); }
td.TdClassName
{
border-color: #CC5478;
}
.TagClassName
{
border-color: #CC5478;
}
</style>