Shades of Cabaret #CC4674
Tints of Cabaret #CC4674
RGB
CMYK
RGB Variations
Color information
#CC4674 (or 0xCC4674) is known color: Cabaret. HEX triplet: CC, 46 and 74. RGB value is (204,70,116). Sum of RGB (Red+Green+Blue) = 204+70+116=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4674 is #33B98B. Grayscale: #737373. Windows color (decimal): -3389836 or 7620300. OLE color: 7620300.
HSL color Cylindrical-coordinate representation of color #CC4674: hue angle of 339.4º 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 #CC4674 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 116 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.2 |
| HSL | 339.4º | 0.57% | 0.54% | - |
| HSV(B) | 339.4º | 0.66% | 0.8% | - |
| XYZ | 30.24 | 18.48 | 18.5 | - |
| YUV | 115.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 116 | 0 | 0.66 | 0.43 | 0.2 | 339.4 | 0.57 | 0.54 |
| Hex | CC | 46 | 74 | 0 | 42 | 2B | 14 | 153 | 39 | 36 |
| Octal | 314 | 106 | 164 | 0 | 102 | 53 | 24 | 523 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1110100 | 0 | 1000010 | 101011 | 10100 | 101010011 | 111001 | 110110 |
Color Harmonies of #CC4674
Complementary color
Monochromatic Colors of #CC4674
Black with #CC4674
Text Example
Text Example
White with #CC4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4674; }
p { color: rgb(204,70,116); }
H1.HeaderClassName
{
color: #CC4674;
}
.AnyTagClassName
{
color: #CC4674;
}
</style>
background-color css
<style>
a { background-color: #CC4674; }
a { background-color: rgb(204,70,116); }
div.DivClassName
{
background-color: #CC4674;
}
.BgClassName
{
background-color: #CC4674;
}
</style>
border-color css
<style>
span { border-color: #CC4674; }
span { border-color: rgb(204,70,116); }
td.TdClassName
{
border-color: #CC4674;
}
.TagClassName
{
border-color: #CC4674;
}
</style>