Shades of Cabaret #C84A6A
Tints of Cabaret #C84A6A
RGB
CMYK
RGB Variations
Color information
#C84A6A (or 0xC84A6A) is known color: Cabaret. HEX triplet: C8, 4A and 6A. RGB value is (200,74,106). Sum of RGB (Red+Green+Blue) = 200+74+106=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A6A is #37B595. Grayscale: #737373. Windows color (decimal): -3650966 or 6965960. OLE color: 6965960.
HSL color Cylindrical-coordinate representation of color #C84A6A: hue angle of 344.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A6A is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 106 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.22 |
| HSL | 344.76º | 0.53% | 0.54% | - |
| HSV(B) | 344.76º | 0.63% | 0.78% | - |
| XYZ | 28.87 | 18.22 | 15.63 | - |
| YUV | 115.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 106 | 0 | 0.63 | 0.47 | 0.22 | 344.76 | 0.53 | 0.54 |
| Hex | C8 | 4A | 6A | 0 | 3F | 2F | 16 | 159 | 35 | 36 |
| Octal | 310 | 112 | 152 | 0 | 77 | 57 | 26 | 531 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1101010 | 0 | 111111 | 101111 | 10110 | 101011001 | 110101 | 110110 |
Color Harmonies of #C84A6A
Complementary color
Monochromatic Colors of #C84A6A
Black with #C84A6A
Text Example
Text Example
White with #C84A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A6A; }
p { color: rgb(200,74,106); }
H1.HeaderClassName
{
color: #C84A6A;
}
.AnyTagClassName
{
color: #C84A6A;
}
</style>
background-color css
<style>
a { background-color: #C84A6A; }
a { background-color: rgb(200,74,106); }
div.DivClassName
{
background-color: #C84A6A;
}
.BgClassName
{
background-color: #C84A6A;
}
</style>
border-color css
<style>
span { border-color: #C84A6A; }
span { border-color: rgb(200,74,106); }
td.TdClassName
{
border-color: #C84A6A;
}
.TagClassName
{
border-color: #C84A6A;
}
</style>