Shades of Cabaret #CC627B
Tints of Cabaret #CC627B
RGB
CMYK
RGB Variations
Color information
#CC627B (or 0xCC627B) is known color: Cabaret. HEX triplet: CC, 62 and 7B. RGB value is (204,98,123). Sum of RGB (Red+Green+Blue) = 204+98+123=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC627B is #339D84. Grayscale: #848484. Windows color (decimal): -3382661 or 8086220. OLE color: 8086220.
HSL color Cylindrical-coordinate representation of color #CC627B: hue angle of 345.85º 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 #CC627B is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 123 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.2 |
| HSL | 345.85º | 0.51% | 0.59% | - |
| HSV(B) | 345.85º | 0.52% | 0.8% | - |
| XYZ | 32.84 | 23 | 21.45 | - |
| YUV | 132.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 123 | 0 | 0.52 | 0.40 | 0.2 | 345.85 | 0.51 | 0.59 |
| Hex | CC | 62 | 7B | 0 | 34 | 28 | 14 | 15A | 33 | 3B |
| Octal | 314 | 142 | 173 | 0 | 64 | 50 | 24 | 532 | 63 | 73 |
| Binary | 11001100 | 1100010 | 1111011 | 0 | 110100 | 101000 | 10100 | 101011010 | 110011 | 111011 |
Color Harmonies of #CC627B
Complementary color
Monochromatic Colors of #CC627B
Black with #CC627B
Text Example
Text Example
White with #CC627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC627B; }
p { color: rgb(204,98,123); }
H1.HeaderClassName
{
color: #CC627B;
}
.AnyTagClassName
{
color: #CC627B;
}
</style>
background-color css
<style>
a { background-color: #CC627B; }
a { background-color: rgb(204,98,123); }
div.DivClassName
{
background-color: #CC627B;
}
.BgClassName
{
background-color: #CC627B;
}
</style>
border-color css
<style>
span { border-color: #CC627B; }
span { border-color: rgb(204,98,123); }
td.TdClassName
{
border-color: #CC627B;
}
.TagClassName
{
border-color: #CC627B;
}
</style>