Shades of Cabaret #CC506F
Tints of Cabaret #CC506F
RGB
CMYK
RGB Variations
Color information
#CC506F (or 0xCC506F) is known color: Cabaret. HEX triplet: CC, 50 and 6F. RGB value is (204,80,111). Sum of RGB (Red+Green+Blue) = 204+80+111=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC506F is #33AF90. Grayscale: #787878. Windows color (decimal): -3387281 or 7295180. OLE color: 7295180.
HSL color Cylindrical-coordinate representation of color #CC506F: hue angle of 345º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC506F is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 111 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.2 |
| HSL | 345º | 0.55% | 0.56% | - |
| HSV(B) | 345º | 0.61% | 0.8% | - |
| XYZ | 30.64 | 19.72 | 17.23 | - |
| YUV | 120.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 111 | 0 | 0.61 | 0.46 | 0.2 | 345 | 0.55 | 0.56 |
| Hex | CC | 50 | 6F | 0 | 3D | 2E | 14 | 159 | 37 | 38 |
| Octal | 314 | 120 | 157 | 0 | 75 | 56 | 24 | 531 | 67 | 70 |
| Binary | 11001100 | 1010000 | 1101111 | 0 | 111101 | 101110 | 10100 | 101011001 | 110111 | 111000 |
Color Harmonies of #CC506F
Complementary color
Monochromatic Colors of #CC506F
Black with #CC506F
Text Example
Text Example
White with #CC506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC506F; }
p { color: rgb(204,80,111); }
H1.HeaderClassName
{
color: #CC506F;
}
.AnyTagClassName
{
color: #CC506F;
}
</style>
background-color css
<style>
a { background-color: #CC506F; }
a { background-color: rgb(204,80,111); }
div.DivClassName
{
background-color: #CC506F;
}
.BgClassName
{
background-color: #CC506F;
}
</style>
border-color css
<style>
span { border-color: #CC506F; }
span { border-color: rgb(204,80,111); }
td.TdClassName
{
border-color: #CC506F;
}
.TagClassName
{
border-color: #CC506F;
}
</style>