Shades of Cabaret #CC6279
Tints of Cabaret #CC6279
RGB
CMYK
RGB Variations
Color information
#CC6279 (or 0xCC6279) is known color: Cabaret. HEX triplet: CC, 62 and 79. RGB value is (204,98,121). Sum of RGB (Red+Green+Blue) = 204+98+121=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6279 is #339D86. Grayscale: #848484. Windows color (decimal): -3382663 or 7955148. OLE color: 7955148.
HSL color Cylindrical-coordinate representation of color #CC6279: hue angle of 346.98º 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 #CC6279 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 121 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.2 |
| HSL | 346.98º | 0.51% | 0.59% | - |
| HSV(B) | 346.98º | 0.52% | 0.8% | - |
| XYZ | 32.72 | 22.95 | 20.8 | - |
| YUV | 132.32 | 121.62 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 121 | 0 | 0.52 | 0.41 | 0.2 | 346.98 | 0.51 | 0.59 |
| Hex | CC | 62 | 79 | 0 | 34 | 29 | 14 | 15B | 33 | 3B |
| Octal | 314 | 142 | 171 | 0 | 64 | 51 | 24 | 533 | 63 | 73 |
| Binary | 11001100 | 1100010 | 1111001 | 0 | 110100 | 101001 | 10100 | 101011011 | 110011 | 111011 |
Color Harmonies of #CC6279
Complementary color
Monochromatic Colors of #CC6279
Black with #CC6279
Text Example
Text Example
White with #CC6279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6279; }
p { color: rgb(204,98,121); }
H1.HeaderClassName
{
color: #CC6279;
}
.AnyTagClassName
{
color: #CC6279;
}
</style>
background-color css
<style>
a { background-color: #CC6279; }
a { background-color: rgb(204,98,121); }
div.DivClassName
{
background-color: #CC6279;
}
.BgClassName
{
background-color: #CC6279;
}
</style>
border-color css
<style>
span { border-color: #CC6279; }
span { border-color: rgb(204,98,121); }
td.TdClassName
{
border-color: #CC6279;
}
.TagClassName
{
border-color: #CC6279;
}
</style>