Shades of Cabaret #CC646B
Tints of Cabaret #CC646B
RGB
CMYK
RGB Variations
Color information
#CC646B (or 0xCC646B) is known color: Cabaret. HEX triplet: CC, 64 and 6B. RGB value is (204,100,107). Sum of RGB (Red+Green+Blue) = 204+100+107=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC646B is #339B94. Grayscale: #838383. Windows color (decimal): -3382165 or 7038156. OLE color: 7038156.
HSL color Cylindrical-coordinate representation of color #CC646B: hue angle of 355.96º 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 #CC646B is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 107 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.2 |
| HSL | 355.96º | 0.5% | 0.6% | - |
| HSV(B) | 355.96º | 0.51% | 0.8% | - |
| XYZ | 32.11 | 23.01 | 16.66 | - |
| YUV | 131.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 107 | 0 | 0.51 | 0.48 | 0.2 | 355.96 | 0.5 | 0.6 |
| Hex | CC | 64 | 6B | 0 | 33 | 30 | 14 | 164 | 32 | 3C |
| Octal | 314 | 144 | 153 | 0 | 63 | 60 | 24 | 544 | 62 | 74 |
| Binary | 11001100 | 1100100 | 1101011 | 0 | 110011 | 110000 | 10100 | 101100100 | 110010 | 111100 |
Color Harmonies of #CC646B
Complementary color
Monochromatic Colors of #CC646B
Black with #CC646B
Text Example
Text Example
White with #CC646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC646B; }
p { color: rgb(204,100,107); }
H1.HeaderClassName
{
color: #CC646B;
}
.AnyTagClassName
{
color: #CC646B;
}
</style>
background-color css
<style>
a { background-color: #CC646B; }
a { background-color: rgb(204,100,107); }
div.DivClassName
{
background-color: #CC646B;
}
.BgClassName
{
background-color: #CC646B;
}
</style>
border-color css
<style>
span { border-color: #CC646B; }
span { border-color: rgb(204,100,107); }
td.TdClassName
{
border-color: #CC646B;
}
.TagClassName
{
border-color: #CC646B;
}
</style>