Shades of Cabaret #CC6278
Tints of Cabaret #CC6278
RGB
CMYK
RGB Variations
Color information
#CC6278 (or 0xCC6278) is known color: Cabaret. HEX triplet: CC, 62 and 78. RGB value is (204,98,120). Sum of RGB (Red+Green+Blue) = 204+98+120=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6278 is #339D87. Grayscale: #848484. Windows color (decimal): -3382664 or 7889612. OLE color: 7889612.
HSL color Cylindrical-coordinate representation of color #CC6278: hue angle of 347.55º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6278 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 120 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.2 |
| HSL | 347.55º | 0.51% | 0.59% | - |
| HSV(B) | 347.55º | 0.52% | 0.8% | - |
| XYZ | 32.66 | 22.93 | 20.47 | - |
| YUV | 132.2 | 121.12 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 120 | 0 | 0.52 | 0.41 | 0.2 | 347.55 | 0.51 | 0.59 |
| Hex | CC | 62 | 78 | 0 | 34 | 29 | 14 | 15C | 33 | 3B |
| Octal | 314 | 142 | 170 | 0 | 64 | 51 | 24 | 534 | 63 | 73 |
| Binary | 11001100 | 1100010 | 1111000 | 0 | 110100 | 101001 | 10100 | 101011100 | 110011 | 111011 |
Color Harmonies of #CC6278
Complementary color
Monochromatic Colors of #CC6278
Black with #CC6278
Text Example
Text Example
White with #CC6278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6278; }
p { color: rgb(204,98,120); }
H1.HeaderClassName
{
color: #CC6278;
}
.AnyTagClassName
{
color: #CC6278;
}
</style>
background-color css
<style>
a { background-color: #CC6278; }
a { background-color: rgb(204,98,120); }
div.DivClassName
{
background-color: #CC6278;
}
.BgClassName
{
background-color: #CC6278;
}
</style>
border-color css
<style>
span { border-color: #CC6278; }
span { border-color: rgb(204,98,120); }
td.TdClassName
{
border-color: #CC6278;
}
.TagClassName
{
border-color: #CC6278;
}
</style>