Shades of Cabaret #CC4768
Tints of Cabaret #CC4768
RGB
CMYK
RGB Variations
Color information
#CC4768 (or 0xCC4768) is known color: Cabaret. HEX triplet: CC, 47 and 68. RGB value is (204,71,104). Sum of RGB (Red+Green+Blue) = 204+71+104=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4768 is #33B897. Grayscale: #727272. Windows color (decimal): -3389592 or 6834124. OLE color: 6834124.
HSL color Cylindrical-coordinate representation of color #CC4768: hue angle of 345.11º 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 #CC4768 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 104 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.2 |
| HSL | 345.11º | 0.57% | 0.54% | - |
| HSV(B) | 345.11º | 0.65% | 0.8% | - |
| XYZ | 29.65 | 18.34 | 15.07 | - |
| YUV | 114.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 104 | 0 | 0.65 | 0.49 | 0.2 | 345.11 | 0.57 | 0.54 |
| Hex | CC | 47 | 68 | 0 | 41 | 31 | 14 | 159 | 39 | 36 |
| Octal | 314 | 107 | 150 | 0 | 101 | 61 | 24 | 531 | 71 | 66 |
| Binary | 11001100 | 1000111 | 1101000 | 0 | 1000001 | 110001 | 10100 | 101011001 | 111001 | 110110 |
Color Harmonies of #CC4768
Complementary color
Monochromatic Colors of #CC4768
Black with #CC4768
Text Example
Text Example
White with #CC4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4768; }
p { color: rgb(204,71,104); }
H1.HeaderClassName
{
color: #CC4768;
}
.AnyTagClassName
{
color: #CC4768;
}
</style>
background-color css
<style>
a { background-color: #CC4768; }
a { background-color: rgb(204,71,104); }
div.DivClassName
{
background-color: #CC4768;
}
.BgClassName
{
background-color: #CC4768;
}
</style>
border-color css
<style>
span { border-color: #CC4768; }
span { border-color: rgb(204,71,104); }
td.TdClassName
{
border-color: #CC4768;
}
.TagClassName
{
border-color: #CC4768;
}
</style>