Shades of Cabaret #CC656D
Tints of Cabaret #CC656D
RGB
CMYK
RGB Variations
Color information
#CC656D (or 0xCC656D) is known color: Cabaret. HEX triplet: CC, 65 and 6D. RGB value is (204,101,109). Sum of RGB (Red+Green+Blue) = 204+101+109=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC656D is #339A92. Grayscale: #848484. Windows color (decimal): -3381907 or 7169484. OLE color: 7169484.
HSL color Cylindrical-coordinate representation of color #CC656D: hue angle of 355.34º 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 #CC656D is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 109 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.2 |
| HSL | 355.34º | 0.5% | 0.6% | - |
| HSV(B) | 355.34º | 0.5% | 0.8% | - |
| XYZ | 32.32 | 23.25 | 17.25 | - |
| YUV | 132.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 109 | 0 | 0.50 | 0.47 | 0.2 | 355.34 | 0.5 | 0.6 |
| Hex | CC | 65 | 6D | 0 | 32 | 2F | 14 | 163 | 32 | 3C |
| Octal | 314 | 145 | 155 | 0 | 62 | 57 | 24 | 543 | 62 | 74 |
| Binary | 11001100 | 1100101 | 1101101 | 0 | 110010 | 101111 | 10100 | 101100011 | 110010 | 111100 |
Color Harmonies of #CC656D
Complementary color
Monochromatic Colors of #CC656D
Black with #CC656D
Text Example
Text Example
White with #CC656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC656D; }
p { color: rgb(204,101,109); }
H1.HeaderClassName
{
color: #CC656D;
}
.AnyTagClassName
{
color: #CC656D;
}
</style>
background-color css
<style>
a { background-color: #CC656D; }
a { background-color: rgb(204,101,109); }
div.DivClassName
{
background-color: #CC656D;
}
.BgClassName
{
background-color: #CC656D;
}
</style>
border-color css
<style>
span { border-color: #CC656D; }
span { border-color: rgb(204,101,109); }
td.TdClassName
{
border-color: #CC656D;
}
.TagClassName
{
border-color: #CC656D;
}
</style>