Shades of Cabaret #CC617C
Tints of Cabaret #CC617C
RGB
CMYK
RGB Variations
Color information
#CC617C (or 0xCC617C) is known color: Cabaret. HEX triplet: CC, 61 and 7C. RGB value is (204,97,124). Sum of RGB (Red+Green+Blue) = 204+97+124=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC617C is #339E83. Grayscale: #848484. Windows color (decimal): -3382916 or 8151500. OLE color: 8151500.
HSL color Cylindrical-coordinate representation of color #CC617C: hue angle of 344.86º 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 #CC617C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 124 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.2 |
| HSL | 344.86º | 0.51% | 0.59% | - |
| HSV(B) | 344.86º | 0.52% | 0.8% | - |
| XYZ | 32.81 | 22.84 | 21.75 | - |
| YUV | 132.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 124 | 0 | 0.52 | 0.39 | 0.2 | 344.86 | 0.51 | 0.59 |
| Hex | CC | 61 | 7C | 0 | 34 | 27 | 14 | 159 | 33 | 3B |
| Octal | 314 | 141 | 174 | 0 | 64 | 47 | 24 | 531 | 63 | 73 |
| Binary | 11001100 | 1100001 | 1111100 | 0 | 110100 | 100111 | 10100 | 101011001 | 110011 | 111011 |
Color Harmonies of #CC617C
Complementary color
Monochromatic Colors of #CC617C
Black with #CC617C
Text Example
Text Example
White with #CC617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC617C; }
p { color: rgb(204,97,124); }
H1.HeaderClassName
{
color: #CC617C;
}
.AnyTagClassName
{
color: #CC617C;
}
</style>
background-color css
<style>
a { background-color: #CC617C; }
a { background-color: rgb(204,97,124); }
div.DivClassName
{
background-color: #CC617C;
}
.BgClassName
{
background-color: #CC617C;
}
</style>
border-color css
<style>
span { border-color: #CC617C; }
span { border-color: rgb(204,97,124); }
td.TdClassName
{
border-color: #CC617C;
}
.TagClassName
{
border-color: #CC617C;
}
</style>