Shades of Cabaret #CC646D
Tints of Cabaret #CC646D
RGB
CMYK
RGB Variations
Color information
#CC646D (or 0xCC646D) is known color: Cabaret. HEX triplet: CC, 64 and 6D. RGB value is (204,100,109). Sum of RGB (Red+Green+Blue) = 204+100+109=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC646D is #339B92. Grayscale: #848484. Windows color (decimal): -3382163 or 7169228. OLE color: 7169228.
HSL color Cylindrical-coordinate representation of color #CC646D: hue angle of 354.81º 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 #CC646D is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 109 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.2 |
| HSL | 354.81º | 0.5% | 0.6% | - |
| HSV(B) | 354.81º | 0.51% | 0.8% | - |
| XYZ | 32.22 | 23.06 | 17.22 | - |
| YUV | 132.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 109 | 0 | 0.51 | 0.47 | 0.2 | 354.81 | 0.5 | 0.6 |
| Hex | CC | 64 | 6D | 0 | 33 | 2F | 14 | 163 | 32 | 3C |
| Octal | 314 | 144 | 155 | 0 | 63 | 57 | 24 | 543 | 62 | 74 |
| Binary | 11001100 | 1100100 | 1101101 | 0 | 110011 | 101111 | 10100 | 101100011 | 110010 | 111100 |
Color Harmonies of #CC646D
Complementary color
Monochromatic Colors of #CC646D
Black with #CC646D
Text Example
Text Example
White with #CC646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC646D; }
p { color: rgb(204,100,109); }
H1.HeaderClassName
{
color: #CC646D;
}
.AnyTagClassName
{
color: #CC646D;
}
</style>
background-color css
<style>
a { background-color: #CC646D; }
a { background-color: rgb(204,100,109); }
div.DivClassName
{
background-color: #CC646D;
}
.BgClassName
{
background-color: #CC646D;
}
</style>
border-color css
<style>
span { border-color: #CC646D; }
span { border-color: rgb(204,100,109); }
td.TdClassName
{
border-color: #CC646D;
}
.TagClassName
{
border-color: #CC646D;
}
</style>