Shades of Cabaret #C94E68
Tints of Cabaret #C94E68
RGB
CMYK
RGB Variations
Color information
#C94E68 (or 0xC94E68) is known color: Cabaret. HEX triplet: C9, 4E and 68. RGB value is (201,78,104). Sum of RGB (Red+Green+Blue) = 201+78+104=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E68 is #36B197. Grayscale: #757575. Windows color (decimal): -3584408 or 6835913. OLE color: 6835913.
HSL color Cylindrical-coordinate representation of color #C94E68: hue angle of 347.32º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94E68 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 78 | 104 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.21 |
| HSL | 347.32º | 0.53% | 0.55% | - |
| HSV(B) | 347.32º | 0.61% | 0.79% | - |
| XYZ | 29.31 | 18.87 | 15.19 | - |
| YUV | 117.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 104 | 0 | 0.61 | 0.48 | 0.21 | 347.32 | 0.53 | 0.55 |
| Hex | C9 | 4E | 68 | 0 | 3D | 30 | 15 | 15B | 35 | 37 |
| Octal | 311 | 116 | 150 | 0 | 75 | 60 | 25 | 533 | 65 | 67 |
| Binary | 11001001 | 1001110 | 1101000 | 0 | 111101 | 110000 | 10101 | 101011011 | 110101 | 110111 |
Color Harmonies of #C94E68
Complementary color
Monochromatic Colors of #C94E68
Black with #C94E68
Text Example
Text Example
White with #C94E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94E68; }
p { color: rgb(201,78,104); }
H1.HeaderClassName
{
color: #C94E68;
}
.AnyTagClassName
{
color: #C94E68;
}
</style>
background-color css
<style>
a { background-color: #C94E68; }
a { background-color: rgb(201,78,104); }
div.DivClassName
{
background-color: #C94E68;
}
.BgClassName
{
background-color: #C94E68;
}
</style>
border-color css
<style>
span { border-color: #C94E68; }
span { border-color: rgb(201,78,104); }
td.TdClassName
{
border-color: #C94E68;
}
.TagClassName
{
border-color: #C94E68;
}
</style>