Shades of Cabaret #CC646C
Tints of Cabaret #CC646C
RGB
CMYK
RGB Variations
Color information
#CC646C (or 0xCC646C) is known color: Cabaret. HEX triplet: CC, 64 and 6C. RGB value is (204,100,108). Sum of RGB (Red+Green+Blue) = 204+100+108=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC646C is #339B93. Grayscale: #848484. Windows color (decimal): -3382164 or 7103692. OLE color: 7103692.
HSL color Cylindrical-coordinate representation of color #CC646C: hue angle of 355.38º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC646C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 108 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.2 |
| HSL | 355.38º | 0.5% | 0.6% | - |
| HSV(B) | 355.38º | 0.51% | 0.8% | - |
| XYZ | 32.17 | 23.03 | 16.94 | - |
| YUV | 132.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 108 | 0 | 0.51 | 0.47 | 0.2 | 355.38 | 0.5 | 0.6 |
| Hex | CC | 64 | 6C | 0 | 33 | 2F | 14 | 163 | 32 | 3C |
| Octal | 314 | 144 | 154 | 0 | 63 | 57 | 24 | 543 | 62 | 74 |
| Binary | 11001100 | 1100100 | 1101100 | 0 | 110011 | 101111 | 10100 | 101100011 | 110010 | 111100 |
Color Harmonies of #CC646C
Complementary color
Monochromatic Colors of #CC646C
Black with #CC646C
Text Example
Text Example
White with #CC646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC646C; }
p { color: rgb(204,100,108); }
H1.HeaderClassName
{
color: #CC646C;
}
.AnyTagClassName
{
color: #CC646C;
}
</style>
background-color css
<style>
a { background-color: #CC646C; }
a { background-color: rgb(204,100,108); }
div.DivClassName
{
background-color: #CC646C;
}
.BgClassName
{
background-color: #CC646C;
}
</style>
border-color css
<style>
span { border-color: #CC646C; }
span { border-color: rgb(204,100,108); }
td.TdClassName
{
border-color: #CC646C;
}
.TagClassName
{
border-color: #CC646C;
}
</style>