Shades of Cabaret #CC646F
Tints of Cabaret #CC646F
RGB
CMYK
RGB Variations
Color information
#CC646F (or 0xCC646F) is known color: Cabaret. HEX triplet: CC, 64 and 6F. RGB value is (204,100,111). Sum of RGB (Red+Green+Blue) = 204+100+111=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC646F is #339B90. Grayscale: #848484. Windows color (decimal): -3382161 or 7300300. OLE color: 7300300.
HSL color Cylindrical-coordinate representation of color #CC646F: hue angle of 353.65º 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 #CC646F is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 111 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.2 |
| HSL | 353.65º | 0.5% | 0.6% | - |
| HSV(B) | 353.65º | 0.51% | 0.8% | - |
| XYZ | 32.33 | 23.1 | 17.79 | - |
| YUV | 132.35 | 115.96 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 111 | 0 | 0.51 | 0.46 | 0.2 | 353.65 | 0.5 | 0.6 |
| Hex | CC | 64 | 6F | 0 | 33 | 2E | 14 | 162 | 32 | 3C |
| Octal | 314 | 144 | 157 | 0 | 63 | 56 | 24 | 542 | 62 | 74 |
| Binary | 11001100 | 1100100 | 1101111 | 0 | 110011 | 101110 | 10100 | 101100010 | 110010 | 111100 |
Color Harmonies of #CC646F
Complementary color
Monochromatic Colors of #CC646F
Black with #CC646F
Text Example
Text Example
White with #CC646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC646F; }
p { color: rgb(204,100,111); }
H1.HeaderClassName
{
color: #CC646F;
}
.AnyTagClassName
{
color: #CC646F;
}
</style>
background-color css
<style>
a { background-color: #CC646F; }
a { background-color: rgb(204,100,111); }
div.DivClassName
{
background-color: #CC646F;
}
.BgClassName
{
background-color: #CC646F;
}
</style>
border-color css
<style>
span { border-color: #CC646F; }
span { border-color: rgb(204,100,111); }
td.TdClassName
{
border-color: #CC646F;
}
.TagClassName
{
border-color: #CC646F;
}
</style>