Shades of Cabaret #CC656A
Tints of Cabaret #CC656A
RGB
CMYK
RGB Variations
Color information
#CC656A (or 0xCC656A) is known color: Cabaret. HEX triplet: CC, 65 and 6A. RGB value is (204,101,106). Sum of RGB (Red+Green+Blue) = 204+101+106=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC656A is #339A95. Grayscale: #848484. Windows color (decimal): -3381910 or 6972876. OLE color: 6972876.
HSL color Cylindrical-coordinate representation of color #CC656A: hue angle of 357.09º 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 #CC656A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 106 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.2 |
| HSL | 357.09º | 0.5% | 0.6% | - |
| HSV(B) | 357.09º | 0.5% | 0.8% | - |
| XYZ | 32.16 | 23.19 | 16.42 | - |
| YUV | 132.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 106 | 0 | 0.50 | 0.48 | 0.2 | 357.09 | 0.5 | 0.6 |
| Hex | CC | 65 | 6A | 0 | 32 | 30 | 14 | 165 | 32 | 3C |
| Octal | 314 | 145 | 152 | 0 | 62 | 60 | 24 | 545 | 62 | 74 |
| Binary | 11001100 | 1100101 | 1101010 | 0 | 110010 | 110000 | 10100 | 101100101 | 110010 | 111100 |
Color Harmonies of #CC656A
Complementary color
Monochromatic Colors of #CC656A
Black with #CC656A
Text Example
Text Example
White with #CC656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC656A; }
p { color: rgb(204,101,106); }
H1.HeaderClassName
{
color: #CC656A;
}
.AnyTagClassName
{
color: #CC656A;
}
</style>
background-color css
<style>
a { background-color: #CC656A; }
a { background-color: rgb(204,101,106); }
div.DivClassName
{
background-color: #CC656A;
}
.BgClassName
{
background-color: #CC656A;
}
</style>
border-color css
<style>
span { border-color: #CC656A; }
span { border-color: rgb(204,101,106); }
td.TdClassName
{
border-color: #CC656A;
}
.TagClassName
{
border-color: #CC656A;
}
</style>