Shades of Cabaret #C94D75
Tints of Cabaret #C94D75
RGB
CMYK
RGB Variations
Color information
#C94D75 (or 0xC94D75) is known color: Cabaret. HEX triplet: C9, 4D and 75. RGB value is (201,77,117). Sum of RGB (Red+Green+Blue) = 201+77+117=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D75 is #36B28A. Grayscale: #767676. Windows color (decimal): -3584651 or 7687625. OLE color: 7687625.
HSL color Cylindrical-coordinate representation of color #C94D75: hue angle of 340.65º 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 #C94D75 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 117 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.21 |
| HSL | 340.65º | 0.53% | 0.55% | - |
| HSV(B) | 340.65º | 0.62% | 0.79% | - |
| XYZ | 29.95 | 19.01 | 18.92 | - |
| YUV | 118.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 117 | 0 | 0.62 | 0.42 | 0.21 | 340.65 | 0.53 | 0.55 |
| Hex | C9 | 4D | 75 | 0 | 3E | 2A | 15 | 155 | 35 | 37 |
| Octal | 311 | 115 | 165 | 0 | 76 | 52 | 25 | 525 | 65 | 67 |
| Binary | 11001001 | 1001101 | 1110101 | 0 | 111110 | 101010 | 10101 | 101010101 | 110101 | 110111 |
Color Harmonies of #C94D75
Complementary color
Monochromatic Colors of #C94D75
Black with #C94D75
Text Example
Text Example
White with #C94D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D75; }
p { color: rgb(201,77,117); }
H1.HeaderClassName
{
color: #C94D75;
}
.AnyTagClassName
{
color: #C94D75;
}
</style>
background-color css
<style>
a { background-color: #C94D75; }
a { background-color: rgb(201,77,117); }
div.DivClassName
{
background-color: #C94D75;
}
.BgClassName
{
background-color: #C94D75;
}
</style>
border-color css
<style>
span { border-color: #C94D75; }
span { border-color: rgb(201,77,117); }
td.TdClassName
{
border-color: #C94D75;
}
.TagClassName
{
border-color: #C94D75;
}
</style>