Shades of Cabaret #CC656E
Tints of Cabaret #CC656E
RGB
CMYK
RGB Variations
Color information
#CC656E (or 0xCC656E) is known color: Cabaret. HEX triplet: CC, 65 and 6E. RGB value is (204,101,110). Sum of RGB (Red+Green+Blue) = 204+101+110=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC656E is #339A91. Grayscale: #848484. Windows color (decimal): -3381906 or 7235020. OLE color: 7235020.
HSL color Cylindrical-coordinate representation of color #CC656E: hue angle of 354.76º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC656E is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 110 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.2 |
| HSL | 354.76º | 0.5% | 0.6% | - |
| HSV(B) | 354.76º | 0.5% | 0.8% | - |
| XYZ | 32.37 | 23.27 | 17.54 | - |
| YUV | 132.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 110 | 0 | 0.50 | 0.46 | 0.2 | 354.76 | 0.5 | 0.6 |
| Hex | CC | 65 | 6E | 0 | 32 | 2E | 14 | 163 | 32 | 3C |
| Octal | 314 | 145 | 156 | 0 | 62 | 56 | 24 | 543 | 62 | 74 |
| Binary | 11001100 | 1100101 | 1101110 | 0 | 110010 | 101110 | 10100 | 101100011 | 110010 | 111100 |
Color Harmonies of #CC656E
Complementary color
Monochromatic Colors of #CC656E
Black with #CC656E
Text Example
Text Example
White with #CC656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC656E; }
p { color: rgb(204,101,110); }
H1.HeaderClassName
{
color: #CC656E;
}
.AnyTagClassName
{
color: #CC656E;
}
</style>
background-color css
<style>
a { background-color: #CC656E; }
a { background-color: rgb(204,101,110); }
div.DivClassName
{
background-color: #CC656E;
}
.BgClassName
{
background-color: #CC656E;
}
</style>
border-color css
<style>
span { border-color: #CC656E; }
span { border-color: rgb(204,101,110); }
td.TdClassName
{
border-color: #CC656E;
}
.TagClassName
{
border-color: #CC656E;
}
</style>