Shades of Cabaret #C84C62
Tints of Cabaret #C84C62
RGB
CMYK
RGB Variations
Color information
#C84C62 (or 0xC84C62) is known color: Cabaret. HEX triplet: C8, 4C and 62. RGB value is (200,76,98). Sum of RGB (Red+Green+Blue) = 200+76+98=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84C62 is #37B39D. Grayscale: #737373. Windows color (decimal): -3650462 or 6442184. OLE color: 6442184.
HSL color Cylindrical-coordinate representation of color #C84C62: hue angle of 349.35º 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 #C84C62 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 98 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.22 |
| HSL | 349.35º | 0.53% | 0.54% | - |
| HSV(B) | 349.35º | 0.62% | 0.78% | - |
| XYZ | 28.61 | 18.33 | 13.59 | - |
| YUV | 115.58 | 118.08 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 98 | 0 | 0.62 | 0.51 | 0.22 | 349.35 | 0.53 | 0.54 |
| Hex | C8 | 4C | 62 | 0 | 3E | 33 | 16 | 15D | 35 | 36 |
| Octal | 310 | 114 | 142 | 0 | 76 | 63 | 26 | 535 | 65 | 66 |
| Binary | 11001000 | 1001100 | 1100010 | 0 | 111110 | 110011 | 10110 | 101011101 | 110101 | 110110 |
Color Harmonies of #C84C62
Complementary color
Monochromatic Colors of #C84C62
Black with #C84C62
Text Example
Text Example
White with #C84C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84C62; }
p { color: rgb(200,76,98); }
H1.HeaderClassName
{
color: #C84C62;
}
.AnyTagClassName
{
color: #C84C62;
}
</style>
background-color css
<style>
a { background-color: #C84C62; }
a { background-color: rgb(200,76,98); }
div.DivClassName
{
background-color: #C84C62;
}
.BgClassName
{
background-color: #C84C62;
}
</style>
border-color css
<style>
span { border-color: #C84C62; }
span { border-color: rgb(200,76,98); }
td.TdClassName
{
border-color: #C84C62;
}
.TagClassName
{
border-color: #C84C62;
}
</style>