Shades of Cabaret #CC4668
Tints of Cabaret #CC4668
RGB
CMYK
RGB Variations
Color information
#CC4668 (or 0xCC4668) is known color: Cabaret. HEX triplet: CC, 46 and 68. RGB value is (204,70,104). Sum of RGB (Red+Green+Blue) = 204+70+104=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4668 is #33B997. Grayscale: #717171. Windows color (decimal): -3389848 or 6833868. OLE color: 6833868.
HSL color Cylindrical-coordinate representation of color #CC4668: hue angle of 344.78º 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 #CC4668 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 104 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.2 |
| HSL | 344.78º | 0.57% | 0.54% | - |
| HSV(B) | 344.78º | 0.66% | 0.8% | - |
| XYZ | 29.59 | 18.22 | 15.05 | - |
| YUV | 113.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 104 | 0 | 0.66 | 0.49 | 0.2 | 344.78 | 0.57 | 0.54 |
| Hex | CC | 46 | 68 | 0 | 42 | 31 | 14 | 159 | 39 | 36 |
| Octal | 314 | 106 | 150 | 0 | 102 | 61 | 24 | 531 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1101000 | 0 | 1000010 | 110001 | 10100 | 101011001 | 111001 | 110110 |
Color Harmonies of #CC4668
Complementary color
Monochromatic Colors of #CC4668
Black with #CC4668
Text Example
Text Example
White with #CC4668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4668; }
p { color: rgb(204,70,104); }
H1.HeaderClassName
{
color: #CC4668;
}
.AnyTagClassName
{
color: #CC4668;
}
</style>
background-color css
<style>
a { background-color: #CC4668; }
a { background-color: rgb(204,70,104); }
div.DivClassName
{
background-color: #CC4668;
}
.BgClassName
{
background-color: #CC4668;
}
</style>
border-color css
<style>
span { border-color: #CC4668; }
span { border-color: rgb(204,70,104); }
td.TdClassName
{
border-color: #CC4668;
}
.TagClassName
{
border-color: #CC4668;
}
</style>