Shades of Cabaret #CC4766
Tints of Cabaret #CC4766
RGB
CMYK
RGB Variations
Color information
#CC4766 (or 0xCC4766) is known color: Cabaret. HEX triplet: CC, 47 and 66. RGB value is (204,71,102). Sum of RGB (Red+Green+Blue) = 204+71+102=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4766 is #33B899. Grayscale: #727272. Windows color (decimal): -3389594 or 6703052. OLE color: 6703052.
HSL color Cylindrical-coordinate representation of color #CC4766: hue angle of 346.02º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4766 is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 102 | - |
| CMYK | 0 | 0.65 | 0.5 | 0.2 |
| HSL | 346.02º | 0.57% | 0.54% | - |
| HSV(B) | 346.02º | 0.65% | 0.8% | - |
| XYZ | 29.55 | 18.3 | 14.55 | - |
| YUV | 114.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 102 | 0 | 0.65 | 0.5 | 0.2 | 346.02 | 0.57 | 0.54 |
| Hex | CC | 47 | 66 | 0 | 41 | 32 | 14 | 15A | 39 | 36 |
| Octal | 314 | 107 | 146 | 0 | 101 | 62 | 24 | 532 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1100110 | 0 | 1000001 | 110010 | 10100 | 101011010 | 111001 | 110110 |
Color Harmonies of #CC4766
Complementary color
Monochromatic Colors of #CC4766
Black with #CC4766
Text Example
Text Example
White with #CC4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4766; }
p { color: rgb(204,71,102); }
H1.HeaderClassName
{
color: #CC4766;
}
.AnyTagClassName
{
color: #CC4766;
}
</style>
background-color css
<style>
a { background-color: #CC4766; }
a { background-color: rgb(204,71,102); }
div.DivClassName
{
background-color: #CC4766;
}
.BgClassName
{
background-color: #CC4766;
}
</style>
border-color css
<style>
span { border-color: #CC4766; }
span { border-color: rgb(204,71,102); }
td.TdClassName
{
border-color: #CC4766;
}
.TagClassName
{
border-color: #CC4766;
}
</style>