Shades of Cabaret #CC5475
Tints of Cabaret #CC5475
RGB
CMYK
RGB Variations
Color information
#CC5475 (or 0xCC5475) is known color: Cabaret. HEX triplet: CC, 54 and 75. RGB value is (204,84,117). Sum of RGB (Red+Green+Blue) = 204+84+117=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5475 is #33AB8A. Grayscale: #7B7B7B. Windows color (decimal): -3386251 or 7689420. OLE color: 7689420.
HSL color Cylindrical-coordinate representation of color #CC5475: hue angle of 343.5º 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 #CC5475 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 84 | 117 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.2 |
| HSL | 343.5º | 0.54% | 0.56% | - |
| HSV(B) | 343.5º | 0.59% | 0.8% | - |
| XYZ | 31.28 | 20.46 | 19.13 | - |
| YUV | 123.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 117 | 0 | 0.59 | 0.43 | 0.2 | 343.5 | 0.54 | 0.56 |
| Hex | CC | 54 | 75 | 0 | 3B | 2B | 14 | 158 | 36 | 38 |
| Octal | 314 | 124 | 165 | 0 | 73 | 53 | 24 | 530 | 66 | 70 |
| Binary | 11001100 | 1010100 | 1110101 | 0 | 111011 | 101011 | 10100 | 101011000 | 110110 | 111000 |
Color Harmonies of #CC5475
Complementary color
Monochromatic Colors of #CC5475
Black with #CC5475
Text Example
Text Example
White with #CC5475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5475; }
p { color: rgb(204,84,117); }
H1.HeaderClassName
{
color: #CC5475;
}
.AnyTagClassName
{
color: #CC5475;
}
</style>
background-color css
<style>
a { background-color: #CC5475; }
a { background-color: rgb(204,84,117); }
div.DivClassName
{
background-color: #CC5475;
}
.BgClassName
{
background-color: #CC5475;
}
</style>
border-color css
<style>
span { border-color: #CC5475; }
span { border-color: rgb(204,84,117); }
td.TdClassName
{
border-color: #CC5475;
}
.TagClassName
{
border-color: #CC5475;
}
</style>