Shades of Cabaret #CC4666
Tints of Cabaret #CC4666
RGB
CMYK
RGB Variations
Color information
#CC4666 (or 0xCC4666) is known color: Cabaret. HEX triplet: CC, 46 and 66. RGB value is (204,70,102). Sum of RGB (Red+Green+Blue) = 204+70+102=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4666 is #33B999. Grayscale: #717171. Windows color (decimal): -3389850 or 6702796. OLE color: 6702796.
HSL color Cylindrical-coordinate representation of color #CC4666: hue angle of 345.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4666 is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 102 | - |
| CMYK | 0 | 0.66 | 0.5 | 0.2 |
| HSL | 345.67º | 0.57% | 0.54% | - |
| HSV(B) | 345.67º | 0.66% | 0.8% | - |
| XYZ | 29.49 | 18.18 | 14.52 | - |
| YUV | 113.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 102 | 0 | 0.66 | 0.5 | 0.2 | 345.67 | 0.57 | 0.54 |
| Hex | CC | 46 | 66 | 0 | 42 | 32 | 14 | 15A | 39 | 36 |
| Octal | 314 | 106 | 146 | 0 | 102 | 62 | 24 | 532 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1100110 | 0 | 1000010 | 110010 | 10100 | 101011010 | 111001 | 110110 |
Color Harmonies of #CC4666
Complementary color
Monochromatic Colors of #CC4666
Black with #CC4666
Text Example
Text Example
White with #CC4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4666; }
p { color: rgb(204,70,102); }
H1.HeaderClassName
{
color: #CC4666;
}
.AnyTagClassName
{
color: #CC4666;
}
</style>
background-color css
<style>
a { background-color: #CC4666; }
a { background-color: rgb(204,70,102); }
div.DivClassName
{
background-color: #CC4666;
}
.BgClassName
{
background-color: #CC4666;
}
</style>
border-color css
<style>
span { border-color: #CC4666; }
span { border-color: rgb(204,70,102); }
td.TdClassName
{
border-color: #CC4666;
}
.TagClassName
{
border-color: #CC4666;
}
</style>