Shades of Cabaret #C84B6D
Tints of Cabaret #C84B6D
RGB
CMYK
RGB Variations
Color information
#C84B6D (or 0xC84B6D) is known color: Cabaret. HEX triplet: C8, 4B and 6D. RGB value is (200,75,109). Sum of RGB (Red+Green+Blue) = 200+75+109=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84B6D is #37B492. Grayscale: #747474. Windows color (decimal): -3650707 or 7162824. OLE color: 7162824.
HSL color Cylindrical-coordinate representation of color #C84B6D: hue angle of 343.68º 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 #C84B6D is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 109 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.22 |
| HSL | 343.68º | 0.53% | 0.54% | - |
| HSV(B) | 343.68º | 0.63% | 0.78% | - |
| XYZ | 29.1 | 18.42 | 16.49 | - |
| YUV | 116.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 109 | 0 | 0.62 | 0.46 | 0.22 | 343.68 | 0.53 | 0.54 |
| Hex | C8 | 4B | 6D | 0 | 3E | 2E | 16 | 158 | 35 | 36 |
| Octal | 310 | 113 | 155 | 0 | 76 | 56 | 26 | 530 | 65 | 66 |
| Binary | 11001000 | 1001011 | 1101101 | 0 | 111110 | 101110 | 10110 | 101011000 | 110101 | 110110 |
Color Harmonies of #C84B6D
Complementary color
Monochromatic Colors of #C84B6D
Black with #C84B6D
Text Example
Text Example
White with #C84B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B6D; }
p { color: rgb(200,75,109); }
H1.HeaderClassName
{
color: #C84B6D;
}
.AnyTagClassName
{
color: #C84B6D;
}
</style>
background-color css
<style>
a { background-color: #C84B6D; }
a { background-color: rgb(200,75,109); }
div.DivClassName
{
background-color: #C84B6D;
}
.BgClassName
{
background-color: #C84B6D;
}
</style>
border-color css
<style>
span { border-color: #C84B6D; }
span { border-color: rgb(200,75,109); }
td.TdClassName
{
border-color: #C84B6D;
}
.TagClassName
{
border-color: #C84B6D;
}
</style>