Shades of Cabaret #C84C6C
Tints of Cabaret #C84C6C
RGB
CMYK
RGB Variations
Color information
#C84C6C (or 0xC84C6C) is known color: Cabaret. HEX triplet: C8, 4C and 6C. RGB value is (200,76,108). Sum of RGB (Red+Green+Blue) = 200+76+108=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84C6C is #37B393. Grayscale: #747474. Windows color (decimal): -3650452 or 7097544. OLE color: 7097544.
HSL color Cylindrical-coordinate representation of color #C84C6C: hue angle of 344.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84C6C is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 108 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.22 |
| HSL | 344.52º | 0.53% | 0.54% | - |
| HSV(B) | 344.52º | 0.62% | 0.78% | - |
| XYZ | 29.11 | 18.53 | 16.23 | - |
| YUV | 116.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 108 | 0 | 0.62 | 0.46 | 0.22 | 344.52 | 0.53 | 0.54 |
| Hex | C8 | 4C | 6C | 0 | 3E | 2E | 16 | 159 | 35 | 36 |
| Octal | 310 | 114 | 154 | 0 | 76 | 56 | 26 | 531 | 65 | 66 |
| Binary | 11001000 | 1001100 | 1101100 | 0 | 111110 | 101110 | 10110 | 101011001 | 110101 | 110110 |
Color Harmonies of #C84C6C
Complementary color
Monochromatic Colors of #C84C6C
Black with #C84C6C
Text Example
Text Example
White with #C84C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C6C; }
p { color: rgb(200,76,108); }
H1.HeaderClassName
{
color: #C84C6C;
}
.AnyTagClassName
{
color: #C84C6C;
}
</style>
background-color css
<style>
a { background-color: #C84C6C; }
a { background-color: rgb(200,76,108); }
div.DivClassName
{
background-color: #C84C6C;
}
.BgClassName
{
background-color: #C84C6C;
}
</style>
border-color css
<style>
span { border-color: #C84C6C; }
span { border-color: rgb(200,76,108); }
td.TdClassName
{
border-color: #C84C6C;
}
.TagClassName
{
border-color: #C84C6C;
}
</style>