Shades of Cabaret #CC4D6F
Tints of Cabaret #CC4D6F
RGB
CMYK
RGB Variations
Color information
#CC4D6F (or 0xCC4D6F) is known color: Cabaret. HEX triplet: CC, 4D and 6F. RGB value is (204,77,111). Sum of RGB (Red+Green+Blue) = 204+77+111=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4D6F is #33B290. Grayscale: #767676. Windows color (decimal): -3388049 or 7294412. OLE color: 7294412.
HSL color Cylindrical-coordinate representation of color #CC4D6F: hue angle of 343.94º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4D6F is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 111 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.2 |
| HSL | 343.94º | 0.55% | 0.55% | - |
| HSV(B) | 343.94º | 0.62% | 0.8% | - |
| XYZ | 30.42 | 19.29 | 17.16 | - |
| YUV | 118.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 111 | 0 | 0.62 | 0.46 | 0.2 | 343.94 | 0.55 | 0.55 |
| Hex | CC | 4D | 6F | 0 | 3E | 2E | 14 | 158 | 37 | 37 |
| Octal | 314 | 115 | 157 | 0 | 76 | 56 | 24 | 530 | 67 | 67 |
| Binary | 11001100 | 1001101 | 1101111 | 0 | 111110 | 101110 | 10100 | 101011000 | 110111 | 110111 |
Color Harmonies of #CC4D6F
Complementary color
Monochromatic Colors of #CC4D6F
Black with #CC4D6F
Text Example
Text Example
White with #CC4D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D6F; }
p { color: rgb(204,77,111); }
H1.HeaderClassName
{
color: #CC4D6F;
}
.AnyTagClassName
{
color: #CC4D6F;
}
</style>
background-color css
<style>
a { background-color: #CC4D6F; }
a { background-color: rgb(204,77,111); }
div.DivClassName
{
background-color: #CC4D6F;
}
.BgClassName
{
background-color: #CC4D6F;
}
</style>
border-color css
<style>
span { border-color: #CC4D6F; }
span { border-color: rgb(204,77,111); }
td.TdClassName
{
border-color: #CC4D6F;
}
.TagClassName
{
border-color: #CC4D6F;
}
</style>