Shades of Cabaret #C94A75
Tints of Cabaret #C94A75
RGB
CMYK
RGB Variations
Color information
#C94A75 (or 0xC94A75) is known color: Cabaret. HEX triplet: C9, 4A and 75. RGB value is (201,74,117). Sum of RGB (Red+Green+Blue) = 201+74+117=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94A75 is #36B58A. Grayscale: #747474. Windows color (decimal): -3585419 or 7686857. OLE color: 7686857.
HSL color Cylindrical-coordinate representation of color #C94A75: hue angle of 339.69º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94A75 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 117 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.21 |
| HSL | 339.69º | 0.54% | 0.54% | - |
| HSV(B) | 339.69º | 0.63% | 0.79% | - |
| XYZ | 29.75 | 18.6 | 18.85 | - |
| YUV | 116.88 | 128.08 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 117 | 0 | 0.63 | 0.42 | 0.21 | 339.69 | 0.54 | 0.54 |
| Hex | C9 | 4A | 75 | 0 | 3F | 2A | 15 | 154 | 36 | 36 |
| Octal | 311 | 112 | 165 | 0 | 77 | 52 | 25 | 524 | 66 | 66 |
| Binary | 11001001 | 1001010 | 1110101 | 0 | 111111 | 101010 | 10101 | 101010100 | 110110 | 110110 |
Color Harmonies of #C94A75
Complementary color
Monochromatic Colors of #C94A75
Black with #C94A75
Text Example
Text Example
White with #C94A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A75; }
p { color: rgb(201,74,117); }
H1.HeaderClassName
{
color: #C94A75;
}
.AnyTagClassName
{
color: #C94A75;
}
</style>
background-color css
<style>
a { background-color: #C94A75; }
a { background-color: rgb(201,74,117); }
div.DivClassName
{
background-color: #C94A75;
}
.BgClassName
{
background-color: #C94A75;
}
</style>
border-color css
<style>
span { border-color: #C94A75; }
span { border-color: rgb(201,74,117); }
td.TdClassName
{
border-color: #C94A75;
}
.TagClassName
{
border-color: #C94A75;
}
</style>