Shades of Cabaret #CC4166
Tints of Cabaret #CC4166
RGB
CMYK
RGB Variations
Color information
#CC4166 (or 0xCC4166) is known color: Cabaret. HEX triplet: CC, 41 and 66. RGB value is (204,65,102). Sum of RGB (Red+Green+Blue) = 204+65+102=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4166 is #33BE99. Grayscale: #6E6E6E. Windows color (decimal): -3391130 or 6701516. OLE color: 6701516.
HSL color Cylindrical-coordinate representation of color #CC4166: hue angle of 344.03º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4166 is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 102 | - |
| CMYK | 0 | 0.68 | 0.5 | 0.2 |
| HSL | 344.03º | 0.58% | 0.53% | - |
| HSV(B) | 344.03º | 0.68% | 0.8% | - |
| XYZ | 29.19 | 17.58 | 14.42 | - |
| YUV | 110.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 102 | 0 | 0.68 | 0.5 | 0.2 | 344.03 | 0.58 | 0.53 |
| Hex | CC | 41 | 66 | 0 | 44 | 32 | 14 | 158 | 3A | 35 |
| Octal | 314 | 101 | 146 | 0 | 104 | 62 | 24 | 530 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1100110 | 0 | 1000100 | 110010 | 10100 | 101011000 | 111010 | 110101 |
Color Harmonies of #CC4166
Complementary color
Monochromatic Colors of #CC4166
Black with #CC4166
Text Example
Text Example
White with #CC4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4166; }
p { color: rgb(204,65,102); }
H1.HeaderClassName
{
color: #CC4166;
}
.AnyTagClassName
{
color: #CC4166;
}
</style>
background-color css
<style>
a { background-color: #CC4166; }
a { background-color: rgb(204,65,102); }
div.DivClassName
{
background-color: #CC4166;
}
.BgClassName
{
background-color: #CC4166;
}
</style>
border-color css
<style>
span { border-color: #CC4166; }
span { border-color: rgb(204,65,102); }
td.TdClassName
{
border-color: #CC4166;
}
.TagClassName
{
border-color: #CC4166;
}
</style>