Shades of Cabaret #C84B6A
Tints of Cabaret #C84B6A
RGB
CMYK
RGB Variations
Color information
#C84B6A (or 0xC84B6A) is known color: Cabaret. HEX triplet: C8, 4B and 6A. RGB value is (200,75,106). Sum of RGB (Red+Green+Blue) = 200+75+106=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B6A is #37B495. Grayscale: #737373. Windows color (decimal): -3650710 or 6966216. OLE color: 6966216.
HSL color Cylindrical-coordinate representation of color #C84B6A: hue angle of 345.12º 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 #C84B6A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 106 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.22 |
| HSL | 345.12º | 0.53% | 0.54% | - |
| HSV(B) | 345.12º | 0.63% | 0.78% | - |
| XYZ | 28.94 | 18.35 | 15.65 | - |
| YUV | 115.91 | 122.41 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 106 | 0 | 0.62 | 0.47 | 0.22 | 345.12 | 0.53 | 0.54 |
| Hex | C8 | 4B | 6A | 0 | 3E | 2F | 16 | 159 | 35 | 36 |
| Octal | 310 | 113 | 152 | 0 | 76 | 57 | 26 | 531 | 65 | 66 |
| Binary | 11001000 | 1001011 | 1101010 | 0 | 111110 | 101111 | 10110 | 101011001 | 110101 | 110110 |
Color Harmonies of #C84B6A
Complementary color
Monochromatic Colors of #C84B6A
Black with #C84B6A
Text Example
Text Example
White with #C84B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B6A; }
p { color: rgb(200,75,106); }
H1.HeaderClassName
{
color: #C84B6A;
}
.AnyTagClassName
{
color: #C84B6A;
}
</style>
background-color css
<style>
a { background-color: #C84B6A; }
a { background-color: rgb(200,75,106); }
div.DivClassName
{
background-color: #C84B6A;
}
.BgClassName
{
background-color: #C84B6A;
}
</style>
border-color css
<style>
span { border-color: #C84B6A; }
span { border-color: rgb(200,75,106); }
td.TdClassName
{
border-color: #C84B6A;
}
.TagClassName
{
border-color: #C84B6A;
}
</style>