Shades of Cabaret #CC4E6E
Tints of Cabaret #CC4E6E
RGB
CMYK
RGB Variations
Color information
#CC4E6E (or 0xCC4E6E) is known color: Cabaret. HEX triplet: CC, 4E and 6E. RGB value is (204,78,110). Sum of RGB (Red+Green+Blue) = 204+78+110=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4E6E is #33B191. Grayscale: #777777. Windows color (decimal): -3387794 or 7229132. OLE color: 7229132.
HSL color Cylindrical-coordinate representation of color #CC4E6E: hue angle of 344.76º 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 #CC4E6E is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 110 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.2 |
| HSL | 344.76º | 0.55% | 0.55% | - |
| HSV(B) | 344.76º | 0.62% | 0.8% | - |
| XYZ | 30.44 | 19.41 | 16.89 | - |
| YUV | 119.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 110 | 0 | 0.62 | 0.46 | 0.2 | 344.76 | 0.55 | 0.55 |
| Hex | CC | 4E | 6E | 0 | 3E | 2E | 14 | 159 | 37 | 37 |
| Octal | 314 | 116 | 156 | 0 | 76 | 56 | 24 | 531 | 67 | 67 |
| Binary | 11001100 | 1001110 | 1101110 | 0 | 111110 | 101110 | 10100 | 101011001 | 110111 | 110111 |
Color Harmonies of #CC4E6E
Complementary color
Monochromatic Colors of #CC4E6E
Black with #CC4E6E
Text Example
Text Example
White with #CC4E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E6E; }
p { color: rgb(204,78,110); }
H1.HeaderClassName
{
color: #CC4E6E;
}
.AnyTagClassName
{
color: #CC4E6E;
}
</style>
background-color css
<style>
a { background-color: #CC4E6E; }
a { background-color: rgb(204,78,110); }
div.DivClassName
{
background-color: #CC4E6E;
}
.BgClassName
{
background-color: #CC4E6E;
}
</style>
border-color css
<style>
span { border-color: #CC4E6E; }
span { border-color: rgb(204,78,110); }
td.TdClassName
{
border-color: #CC4E6E;
}
.TagClassName
{
border-color: #CC4E6E;
}
</style>