Shades of Cabaret #CC5068
Tints of Cabaret #CC5068
RGB
CMYK
RGB Variations
Color information
#CC5068 (or 0xCC5068) is known color: Cabaret. HEX triplet: CC, 50 and 68. RGB value is (204,80,104). Sum of RGB (Red+Green+Blue) = 204+80+104=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5068 is #33AF97. Grayscale: #777777. Windows color (decimal): -3387288 or 6836428. OLE color: 6836428.
HSL color Cylindrical-coordinate representation of color #CC5068: hue angle of 348.39º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5068 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 104 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.2 |
| HSL | 348.39º | 0.55% | 0.56% | - |
| HSV(B) | 348.39º | 0.61% | 0.8% | - |
| XYZ | 30.27 | 19.57 | 15.28 | - |
| YUV | 119.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 104 | 0 | 0.61 | 0.49 | 0.2 | 348.39 | 0.55 | 0.56 |
| Hex | CC | 50 | 68 | 0 | 3D | 31 | 14 | 15C | 37 | 38 |
| Octal | 314 | 120 | 150 | 0 | 75 | 61 | 24 | 534 | 67 | 70 |
| Binary | 11001100 | 1010000 | 1101000 | 0 | 111101 | 110001 | 10100 | 101011100 | 110111 | 111000 |
Color Harmonies of #CC5068
Complementary color
Monochromatic Colors of #CC5068
Black with #CC5068
Text Example
Text Example
White with #CC5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5068; }
p { color: rgb(204,80,104); }
H1.HeaderClassName
{
color: #CC5068;
}
.AnyTagClassName
{
color: #CC5068;
}
</style>
background-color css
<style>
a { background-color: #CC5068; }
a { background-color: rgb(204,80,104); }
div.DivClassName
{
background-color: #CC5068;
}
.BgClassName
{
background-color: #CC5068;
}
</style>
border-color css
<style>
span { border-color: #CC5068; }
span { border-color: rgb(204,80,104); }
td.TdClassName
{
border-color: #CC5068;
}
.TagClassName
{
border-color: #CC5068;
}
</style>