Shades of Cabaret #C84B76
Tints of Cabaret #C84B76
RGB
CMYK
RGB Variations
Color information
#C84B76 (or 0xC84B76) is known color: Cabaret. HEX triplet: C8, 4B and 76. RGB value is (200,75,118). Sum of RGB (Red+Green+Blue) = 200+75+118=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B76 is #37B489. Grayscale: #757575. Windows color (decimal): -3650698 or 7752648. OLE color: 7752648.
HSL color Cylindrical-coordinate representation of color #C84B76: hue angle of 339.36º 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 #C84B76 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 118 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.22 |
| HSL | 339.36º | 0.53% | 0.54% | - |
| HSV(B) | 339.36º | 0.63% | 0.78% | - |
| XYZ | 29.61 | 18.62 | 19.17 | - |
| YUV | 117.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 118 | 0 | 0.62 | 0.41 | 0.22 | 339.36 | 0.53 | 0.54 |
| Hex | C8 | 4B | 76 | 0 | 3E | 29 | 16 | 153 | 35 | 36 |
| Octal | 310 | 113 | 166 | 0 | 76 | 51 | 26 | 523 | 65 | 66 |
| Binary | 11001000 | 1001011 | 1110110 | 0 | 111110 | 101001 | 10110 | 101010011 | 110101 | 110110 |
Color Harmonies of #C84B76
Complementary color
Monochromatic Colors of #C84B76
Black with #C84B76
Text Example
Text Example
White with #C84B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B76; }
p { color: rgb(200,75,118); }
H1.HeaderClassName
{
color: #C84B76;
}
.AnyTagClassName
{
color: #C84B76;
}
</style>
background-color css
<style>
a { background-color: #C84B76; }
a { background-color: rgb(200,75,118); }
div.DivClassName
{
background-color: #C84B76;
}
.BgClassName
{
background-color: #C84B76;
}
</style>
border-color css
<style>
span { border-color: #C84B76; }
span { border-color: rgb(200,75,118); }
td.TdClassName
{
border-color: #C84B76;
}
.TagClassName
{
border-color: #C84B76;
}
</style>