Shades of Cabaret #CC4E6D
Tints of Cabaret #CC4E6D
RGB
CMYK
RGB Variations
Color information
#CC4E6D (or 0xCC4E6D) is known color: Cabaret. HEX triplet: CC, 4E and 6D. RGB value is (204,78,109). Sum of RGB (Red+Green+Blue) = 204+78+109=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4E6D is #33B192. Grayscale: #777777. Windows color (decimal): -3387795 or 7163596. OLE color: 7163596.
HSL color Cylindrical-coordinate representation of color #CC4E6D: hue angle of 345.24º 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 #CC4E6D is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 78 | 109 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.2 |
| HSL | 345.24º | 0.55% | 0.55% | - |
| HSV(B) | 345.24º | 0.62% | 0.8% | - |
| XYZ | 30.39 | 19.39 | 16.61 | - |
| YUV | 119.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 109 | 0 | 0.62 | 0.47 | 0.2 | 345.24 | 0.55 | 0.55 |
| Hex | CC | 4E | 6D | 0 | 3E | 2F | 14 | 159 | 37 | 37 |
| Octal | 314 | 116 | 155 | 0 | 76 | 57 | 24 | 531 | 67 | 67 |
| Binary | 11001100 | 1001110 | 1101101 | 0 | 111110 | 101111 | 10100 | 101011001 | 110111 | 110111 |
Color Harmonies of #CC4E6D
Complementary color
Monochromatic Colors of #CC4E6D
Black with #CC4E6D
Text Example
Text Example
White with #CC4E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4E6D; }
p { color: rgb(204,78,109); }
H1.HeaderClassName
{
color: #CC4E6D;
}
.AnyTagClassName
{
color: #CC4E6D;
}
</style>
background-color css
<style>
a { background-color: #CC4E6D; }
a { background-color: rgb(204,78,109); }
div.DivClassName
{
background-color: #CC4E6D;
}
.BgClassName
{
background-color: #CC4E6D;
}
</style>
border-color css
<style>
span { border-color: #CC4E6D; }
span { border-color: rgb(204,78,109); }
td.TdClassName
{
border-color: #CC4E6D;
}
.TagClassName
{
border-color: #CC4E6D;
}
</style>