Shades of Cabaret #C94D6C
Tints of Cabaret #C94D6C
RGB
CMYK
RGB Variations
Color information
#C94D6C (or 0xC94D6C) is known color: Cabaret. HEX triplet: C9, 4D and 6C. RGB value is (201,77,108). Sum of RGB (Red+Green+Blue) = 201+77+108=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D6C is #36B293. Grayscale: #757575. Windows color (decimal): -3584660 or 7097801. OLE color: 7097801.
HSL color Cylindrical-coordinate representation of color #C94D6C: hue angle of 345º 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 #C94D6C is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 108 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.21 |
| HSL | 345º | 0.53% | 0.55% | - |
| HSV(B) | 345º | 0.62% | 0.79% | - |
| XYZ | 29.45 | 18.81 | 16.27 | - |
| YUV | 117.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 108 | 0 | 0.62 | 0.46 | 0.21 | 345 | 0.53 | 0.55 |
| Hex | C9 | 4D | 6C | 0 | 3E | 2E | 15 | 159 | 35 | 37 |
| Octal | 311 | 115 | 154 | 0 | 76 | 56 | 25 | 531 | 65 | 67 |
| Binary | 11001001 | 1001101 | 1101100 | 0 | 111110 | 101110 | 10101 | 101011001 | 110101 | 110111 |
Color Harmonies of #C94D6C
Complementary color
Monochromatic Colors of #C94D6C
Black with #C94D6C
Text Example
Text Example
White with #C94D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D6C; }
p { color: rgb(201,77,108); }
H1.HeaderClassName
{
color: #C94D6C;
}
.AnyTagClassName
{
color: #C94D6C;
}
</style>
background-color css
<style>
a { background-color: #C94D6C; }
a { background-color: rgb(201,77,108); }
div.DivClassName
{
background-color: #C94D6C;
}
.BgClassName
{
background-color: #C94D6C;
}
</style>
border-color css
<style>
span { border-color: #C94D6C; }
span { border-color: rgb(201,77,108); }
td.TdClassName
{
border-color: #C94D6C;
}
.TagClassName
{
border-color: #C94D6C;
}
</style>