Shades of Cabaret #CC6378
Tints of Cabaret #CC6378
RGB
CMYK
RGB Variations
Color information
#CC6378 (or 0xCC6378) is known color: Cabaret. HEX triplet: CC, 63 and 78. RGB value is (204,99,120). Sum of RGB (Red+Green+Blue) = 204+99+120=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6378 is #339C87. Grayscale: #848484. Windows color (decimal): -3382408 or 7889868. OLE color: 7889868.
HSL color Cylindrical-coordinate representation of color #CC6378: hue angle of 348º 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 #CC6378 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 120 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.2 |
| HSL | 348º | 0.51% | 0.59% | - |
| HSV(B) | 348º | 0.51% | 0.8% | - |
| XYZ | 32.75 | 23.12 | 20.51 | - |
| YUV | 132.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 120 | 0 | 0.51 | 0.41 | 0.2 | 348 | 0.51 | 0.59 |
| Hex | CC | 63 | 78 | 0 | 33 | 29 | 14 | 15C | 33 | 3B |
| Octal | 314 | 143 | 170 | 0 | 63 | 51 | 24 | 534 | 63 | 73 |
| Binary | 11001100 | 1100011 | 1111000 | 0 | 110011 | 101001 | 10100 | 101011100 | 110011 | 111011 |
Color Harmonies of #CC6378
Complementary color
Monochromatic Colors of #CC6378
Black with #CC6378
Text Example
Text Example
White with #CC6378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6378; }
p { color: rgb(204,99,120); }
H1.HeaderClassName
{
color: #CC6378;
}
.AnyTagClassName
{
color: #CC6378;
}
</style>
background-color css
<style>
a { background-color: #CC6378; }
a { background-color: rgb(204,99,120); }
div.DivClassName
{
background-color: #CC6378;
}
.BgClassName
{
background-color: #CC6378;
}
</style>
border-color css
<style>
span { border-color: #CC6378; }
span { border-color: rgb(204,99,120); }
td.TdClassName
{
border-color: #CC6378;
}
.TagClassName
{
border-color: #CC6378;
}
</style>