Shades of Cabaret #CC6377
Tints of Cabaret #CC6377
RGB
CMYK
RGB Variations
Color information
#CC6377 (or 0xCC6377) is known color: Cabaret. HEX triplet: CC, 63 and 77. RGB value is (204,99,119). Sum of RGB (Red+Green+Blue) = 204+99+119=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6377 is #339C88. Grayscale: #848484. Windows color (decimal): -3382409 or 7824332. OLE color: 7824332.
HSL color Cylindrical-coordinate representation of color #CC6377: hue angle of 348.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6377 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 119 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.2 |
| HSL | 348.57º | 0.51% | 0.59% | - |
| HSV(B) | 348.57º | 0.51% | 0.8% | - |
| XYZ | 32.69 | 23.09 | 20.19 | - |
| YUV | 132.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 119 | 0 | 0.51 | 0.42 | 0.2 | 348.57 | 0.51 | 0.59 |
| Hex | CC | 63 | 77 | 0 | 33 | 2A | 14 | 15D | 33 | 3B |
| Octal | 314 | 143 | 167 | 0 | 63 | 52 | 24 | 535 | 63 | 73 |
| Binary | 11001100 | 1100011 | 1110111 | 0 | 110011 | 101010 | 10100 | 101011101 | 110011 | 111011 |
Color Harmonies of #CC6377
Complementary color
Monochromatic Colors of #CC6377
Black with #CC6377
Text Example
Text Example
White with #CC6377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6377; }
p { color: rgb(204,99,119); }
H1.HeaderClassName
{
color: #CC6377;
}
.AnyTagClassName
{
color: #CC6377;
}
</style>
background-color css
<style>
a { background-color: #CC6377; }
a { background-color: rgb(204,99,119); }
div.DivClassName
{
background-color: #CC6377;
}
.BgClassName
{
background-color: #CC6377;
}
</style>
border-color css
<style>
span { border-color: #CC6377; }
span { border-color: rgb(204,99,119); }
td.TdClassName
{
border-color: #CC6377;
}
.TagClassName
{
border-color: #CC6377;
}
</style>