Shades of Cabaret #CC6571
Tints of Cabaret #CC6571
RGB
CMYK
RGB Variations
Color information
#CC6571 (or 0xCC6571) is known color: Cabaret. HEX triplet: CC, 65 and 71. RGB value is (204,101,113). Sum of RGB (Red+Green+Blue) = 204+101+113=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6571 is #339A8E. Grayscale: #858585. Windows color (decimal): -3381903 or 7431628. OLE color: 7431628.
HSL color Cylindrical-coordinate representation of color #CC6571: hue angle of 353.01º 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 #CC6571 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 113 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.2 |
| HSL | 353.01º | 0.5% | 0.6% | - |
| HSV(B) | 353.01º | 0.5% | 0.8% | - |
| XYZ | 32.54 | 23.34 | 18.41 | - |
| YUV | 133.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 113 | 0 | 0.50 | 0.45 | 0.2 | 353.01 | 0.5 | 0.6 |
| Hex | CC | 65 | 71 | 0 | 32 | 2D | 14 | 161 | 32 | 3C |
| Octal | 314 | 145 | 161 | 0 | 62 | 55 | 24 | 541 | 62 | 74 |
| Binary | 11001100 | 1100101 | 1110001 | 0 | 110010 | 101101 | 10100 | 101100001 | 110010 | 111100 |
Color Harmonies of #CC6571
Complementary color
Monochromatic Colors of #CC6571
Black with #CC6571
Text Example
Text Example
White with #CC6571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6571; }
p { color: rgb(204,101,113); }
H1.HeaderClassName
{
color: #CC6571;
}
.AnyTagClassName
{
color: #CC6571;
}
</style>
background-color css
<style>
a { background-color: #CC6571; }
a { background-color: rgb(204,101,113); }
div.DivClassName
{
background-color: #CC6571;
}
.BgClassName
{
background-color: #CC6571;
}
</style>
border-color css
<style>
span { border-color: #CC6571; }
span { border-color: rgb(204,101,113); }
td.TdClassName
{
border-color: #CC6571;
}
.TagClassName
{
border-color: #CC6571;
}
</style>