Shades of Cabaret #C8627C
Tints of Cabaret #C8627C
RGB
CMYK
RGB Variations
Color information
#C8627C (or 0xC8627C) is known color: Cabaret. HEX triplet: C8, 62 and 7C. RGB value is (200,98,124). Sum of RGB (Red+Green+Blue) = 200+98+124=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8627C is #379D83. Grayscale: #838383. Windows color (decimal): -3644804 or 8151752. OLE color: 8151752.
HSL color Cylindrical-coordinate representation of color #C8627C: hue angle of 344.71º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8627C is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 98 | 124 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.22 |
| HSL | 344.71º | 0.48% | 0.58% | - |
| HSV(B) | 344.71º | 0.51% | 0.78% | - |
| XYZ | 31.83 | 22.47 | 21.73 | - |
| YUV | 131.46 | 123.79 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 98 | 124 | 0 | 0.51 | 0.38 | 0.22 | 344.71 | 0.48 | 0.58 |
| Hex | C8 | 62 | 7C | 0 | 33 | 26 | 16 | 159 | 30 | 3A |
| Octal | 310 | 142 | 174 | 0 | 63 | 46 | 26 | 531 | 60 | 72 |
| Binary | 11001000 | 1100010 | 1111100 | 0 | 110011 | 100110 | 10110 | 101011001 | 110000 | 111010 |
Color Harmonies of #C8627C
Complementary color
Monochromatic Colors of #C8627C
Black with #C8627C
Text Example
Text Example
White with #C8627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8627C; }
p { color: rgb(200,98,124); }
H1.HeaderClassName
{
color: #C8627C;
}
.AnyTagClassName
{
color: #C8627C;
}
</style>
background-color css
<style>
a { background-color: #C8627C; }
a { background-color: rgb(200,98,124); }
div.DivClassName
{
background-color: #C8627C;
}
.BgClassName
{
background-color: #C8627C;
}
</style>
border-color css
<style>
span { border-color: #C8627C; }
span { border-color: rgb(200,98,124); }
td.TdClassName
{
border-color: #C8627C;
}
.TagClassName
{
border-color: #C8627C;
}
</style>