Shades of Cabaret #CC627C
Tints of Cabaret #CC627C
RGB
CMYK
RGB Variations
Color information
#CC627C (or 0xCC627C) is known color: Cabaret. HEX triplet: CC, 62 and 7C. RGB value is (204,98,124). Sum of RGB (Red+Green+Blue) = 204+98+124=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC627C is #339D83. Grayscale: #848484. Windows color (decimal): -3382660 or 8151756. OLE color: 8151756.
HSL color Cylindrical-coordinate representation of color #CC627C: hue angle of 345.28º 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 #CC627C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 124 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.2 |
| HSL | 345.28º | 0.51% | 0.59% | - |
| HSV(B) | 345.28º | 0.52% | 0.8% | - |
| XYZ | 32.91 | 23.03 | 21.78 | - |
| YUV | 132.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 124 | 0 | 0.52 | 0.39 | 0.2 | 345.28 | 0.51 | 0.59 |
| Hex | CC | 62 | 7C | 0 | 34 | 27 | 14 | 159 | 33 | 3B |
| Octal | 314 | 142 | 174 | 0 | 64 | 47 | 24 | 531 | 63 | 73 |
| Binary | 11001100 | 1100010 | 1111100 | 0 | 110100 | 100111 | 10100 | 101011001 | 110011 | 111011 |
Color Harmonies of #CC627C
Complementary color
Monochromatic Colors of #CC627C
Black with #CC627C
Text Example
Text Example
White with #CC627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC627C; }
p { color: rgb(204,98,124); }
H1.HeaderClassName
{
color: #CC627C;
}
.AnyTagClassName
{
color: #CC627C;
}
</style>
background-color css
<style>
a { background-color: #CC627C; }
a { background-color: rgb(204,98,124); }
div.DivClassName
{
background-color: #CC627C;
}
.BgClassName
{
background-color: #CC627C;
}
</style>
border-color css
<style>
span { border-color: #CC627C; }
span { border-color: rgb(204,98,124); }
td.TdClassName
{
border-color: #CC627C;
}
.TagClassName
{
border-color: #CC627C;
}
</style>