Shades of Cabaret #C94D6D
Tints of Cabaret #C94D6D
RGB
CMYK
RGB Variations
Color information
#C94D6D (or 0xC94D6D) is known color: Cabaret. HEX triplet: C9, 4D and 6D. RGB value is (201,77,109). Sum of RGB (Red+Green+Blue) = 201+77+109=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D6D is #36B292. Grayscale: #757575. Windows color (decimal): -3584659 or 7163337. OLE color: 7163337.
HSL color Cylindrical-coordinate representation of color #C94D6D: hue angle of 344.52º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94D6D is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 109 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.21 |
| HSL | 344.52º | 0.53% | 0.55% | - |
| HSV(B) | 344.52º | 0.62% | 0.79% | - |
| XYZ | 29.5 | 18.83 | 16.55 | - |
| YUV | 117.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 109 | 0 | 0.62 | 0.46 | 0.21 | 344.52 | 0.53 | 0.55 |
| Hex | C9 | 4D | 6D | 0 | 3E | 2E | 15 | 159 | 35 | 37 |
| Octal | 311 | 115 | 155 | 0 | 76 | 56 | 25 | 531 | 65 | 67 |
| Binary | 11001001 | 1001101 | 1101101 | 0 | 111110 | 101110 | 10101 | 101011001 | 110101 | 110111 |
Color Harmonies of #C94D6D
Complementary color
Monochromatic Colors of #C94D6D
Black with #C94D6D
Text Example
Text Example
White with #C94D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D6D; }
p { color: rgb(201,77,109); }
H1.HeaderClassName
{
color: #C94D6D;
}
.AnyTagClassName
{
color: #C94D6D;
}
</style>
background-color css
<style>
a { background-color: #C94D6D; }
a { background-color: rgb(201,77,109); }
div.DivClassName
{
background-color: #C94D6D;
}
.BgClassName
{
background-color: #C94D6D;
}
</style>
border-color css
<style>
span { border-color: #C94D6D; }
span { border-color: rgb(201,77,109); }
td.TdClassName
{
border-color: #C94D6D;
}
.TagClassName
{
border-color: #C94D6D;
}
</style>