Shades of Cabaret #CC4661
Tints of Cabaret #CC4661
RGB
CMYK
RGB Variations
Color information
#CC4661 (or 0xCC4661) is known color: Cabaret. HEX triplet: CC, 46 and 61. RGB value is (204,70,97). Sum of RGB (Red+Green+Blue) = 204+70+97=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4661 is #33B99E. Grayscale: #717171. Windows color (decimal): -3389855 or 6375116. OLE color: 6375116.
HSL color Cylindrical-coordinate representation of color #CC4661: hue angle of 347.91º 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 #CC4661 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 97 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.2 |
| HSL | 347.91º | 0.57% | 0.54% | - |
| HSV(B) | 347.91º | 0.66% | 0.8% | - |
| XYZ | 29.25 | 18.08 | 13.26 | - |
| YUV | 113.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 97 | 0 | 0.66 | 0.52 | 0.2 | 347.91 | 0.57 | 0.54 |
| Hex | CC | 46 | 61 | 0 | 42 | 34 | 14 | 15C | 39 | 36 |
| Octal | 314 | 106 | 141 | 0 | 102 | 64 | 24 | 534 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1100001 | 0 | 1000010 | 110100 | 10100 | 101011100 | 111001 | 110110 |
Color Harmonies of #CC4661
Complementary color
Monochromatic Colors of #CC4661
Black with #CC4661
Text Example
Text Example
White with #CC4661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4661; }
p { color: rgb(204,70,97); }
H1.HeaderClassName
{
color: #CC4661;
}
.AnyTagClassName
{
color: #CC4661;
}
</style>
background-color css
<style>
a { background-color: #CC4661; }
a { background-color: rgb(204,70,97); }
div.DivClassName
{
background-color: #CC4661;
}
.BgClassName
{
background-color: #CC4661;
}
</style>
border-color css
<style>
span { border-color: #CC4661; }
span { border-color: rgb(204,70,97); }
td.TdClassName
{
border-color: #CC4661;
}
.TagClassName
{
border-color: #CC4661;
}
</style>