Shades of Cabaret #CC4266
Tints of Cabaret #CC4266
RGB
CMYK
RGB Variations
Color information
#CC4266 (or 0xCC4266) is known color: Cabaret. HEX triplet: CC, 42 and 66. RGB value is (204,66,102). Sum of RGB (Red+Green+Blue) = 204+66+102=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4266 is #33BD99. Grayscale: #6F6F6F. Windows color (decimal): -3390874 or 6701772. OLE color: 6701772.
HSL color Cylindrical-coordinate representation of color #CC4266: hue angle of 344.35º degrees, saturation: 0.57, 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 #CC4266 is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 102 | - |
| CMYK | 0 | 0.68 | 0.5 | 0.2 |
| HSL | 344.35º | 0.58% | 0.53% | - |
| HSV(B) | 344.35º | 0.68% | 0.8% | - |
| XYZ | 29.25 | 17.69 | 14.44 | - |
| YUV | 111.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 102 | 0 | 0.68 | 0.5 | 0.2 | 344.35 | 0.58 | 0.53 |
| Hex | CC | 42 | 66 | 0 | 44 | 32 | 14 | 158 | 3A | 35 |
| Octal | 314 | 102 | 146 | 0 | 104 | 62 | 24 | 530 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1100110 | 0 | 1000100 | 110010 | 10100 | 101011000 | 111010 | 110101 |
Color Harmonies of #CC4266
Complementary color
Monochromatic Colors of #CC4266
Black with #CC4266
Text Example
Text Example
White with #CC4266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4266; }
p { color: rgb(204,66,102); }
H1.HeaderClassName
{
color: #CC4266;
}
.AnyTagClassName
{
color: #CC4266;
}
</style>
background-color css
<style>
a { background-color: #CC4266; }
a { background-color: rgb(204,66,102); }
div.DivClassName
{
background-color: #CC4266;
}
.BgClassName
{
background-color: #CC4266;
}
</style>
border-color css
<style>
span { border-color: #CC4266; }
span { border-color: rgb(204,66,102); }
td.TdClassName
{
border-color: #CC4266;
}
.TagClassName
{
border-color: #CC4266;
}
</style>