Shades of Cabaret #CC4673
Tints of Cabaret #CC4673
RGB
CMYK
RGB Variations
Color information
#CC4673 (or 0xCC4673) is known color: Cabaret. HEX triplet: CC, 46 and 73. RGB value is (204,70,115). Sum of RGB (Red+Green+Blue) = 204+70+115=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4673 is #33B98C. Grayscale: #737373. Windows color (decimal): -3389837 or 7554764. OLE color: 7554764.
HSL color Cylindrical-coordinate representation of color #CC4673: hue angle of 339.85º 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 #CC4673 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 115 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.2 |
| HSL | 339.85º | 0.57% | 0.54% | - |
| HSV(B) | 339.85º | 0.66% | 0.8% | - |
| XYZ | 30.19 | 18.46 | 18.19 | - |
| YUV | 115.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 115 | 0 | 0.66 | 0.44 | 0.2 | 339.85 | 0.57 | 0.54 |
| Hex | CC | 46 | 73 | 0 | 42 | 2C | 14 | 154 | 39 | 36 |
| Octal | 314 | 106 | 163 | 0 | 102 | 54 | 24 | 524 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1110011 | 0 | 1000010 | 101100 | 10100 | 101010100 | 111001 | 110110 |
Color Harmonies of #CC4673
Complementary color
Monochromatic Colors of #CC4673
Black with #CC4673
Text Example
Text Example
White with #CC4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4673; }
p { color: rgb(204,70,115); }
H1.HeaderClassName
{
color: #CC4673;
}
.AnyTagClassName
{
color: #CC4673;
}
</style>
background-color css
<style>
a { background-color: #CC4673; }
a { background-color: rgb(204,70,115); }
div.DivClassName
{
background-color: #CC4673;
}
.BgClassName
{
background-color: #CC4673;
}
</style>
border-color css
<style>
span { border-color: #CC4673; }
span { border-color: rgb(204,70,115); }
td.TdClassName
{
border-color: #CC4673;
}
.TagClassName
{
border-color: #CC4673;
}
</style>