Shades of Cabaret #C84B6C
Tints of Cabaret #C84B6C
RGB
CMYK
RGB Variations
Color information
#C84B6C (or 0xC84B6C) is known color: Cabaret. HEX triplet: C8, 4B and 6C. RGB value is (200,75,108). Sum of RGB (Red+Green+Blue) = 200+75+108=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B6C is #37B493. Grayscale: #747474. Windows color (decimal): -3650708 or 7097288. OLE color: 7097288.
HSL color Cylindrical-coordinate representation of color #C84B6C: hue angle of 344.16º 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 #C84B6C is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 108 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.22 |
| HSL | 344.16º | 0.53% | 0.54% | - |
| HSV(B) | 344.16º | 0.63% | 0.78% | - |
| XYZ | 29.04 | 18.39 | 16.21 | - |
| YUV | 116.14 | 123.41 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 108 | 0 | 0.62 | 0.46 | 0.22 | 344.16 | 0.53 | 0.54 |
| Hex | C8 | 4B | 6C | 0 | 3E | 2E | 16 | 158 | 35 | 36 |
| Octal | 310 | 113 | 154 | 0 | 76 | 56 | 26 | 530 | 65 | 66 |
| Binary | 11001000 | 1001011 | 1101100 | 0 | 111110 | 101110 | 10110 | 101011000 | 110101 | 110110 |
Color Harmonies of #C84B6C
Complementary color
Monochromatic Colors of #C84B6C
Black with #C84B6C
Text Example
Text Example
White with #C84B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B6C; }
p { color: rgb(200,75,108); }
H1.HeaderClassName
{
color: #C84B6C;
}
.AnyTagClassName
{
color: #C84B6C;
}
</style>
background-color css
<style>
a { background-color: #C84B6C; }
a { background-color: rgb(200,75,108); }
div.DivClassName
{
background-color: #C84B6C;
}
.BgClassName
{
background-color: #C84B6C;
}
</style>
border-color css
<style>
span { border-color: #C84B6C; }
span { border-color: rgb(200,75,108); }
td.TdClassName
{
border-color: #C84B6C;
}
.TagClassName
{
border-color: #C84B6C;
}
</style>