Shades of Cabaret #C94F72
Tints of Cabaret #C94F72
RGB
CMYK
RGB Variations
Color information
#C94F72 (or 0xC94F72) is known color: Cabaret. HEX triplet: C9, 4F and 72. RGB value is (201,79,114). Sum of RGB (Red+Green+Blue) = 201+79+114=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94F72 is #36B08D. Grayscale: #777777. Windows color (decimal): -3584142 or 7491529. OLE color: 7491529.
HSL color Cylindrical-coordinate representation of color #C94F72: hue angle of 342.79º 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 #C94F72 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 114 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.21 |
| HSL | 342.79º | 0.53% | 0.55% | - |
| HSV(B) | 342.79º | 0.61% | 0.79% | - |
| XYZ | 29.92 | 19.22 | 18.05 | - |
| YUV | 119.47 | 124.92 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 114 | 0 | 0.61 | 0.43 | 0.21 | 342.79 | 0.53 | 0.55 |
| Hex | C9 | 4F | 72 | 0 | 3D | 2B | 15 | 157 | 35 | 37 |
| Octal | 311 | 117 | 162 | 0 | 75 | 53 | 25 | 527 | 65 | 67 |
| Binary | 11001001 | 1001111 | 1110010 | 0 | 111101 | 101011 | 10101 | 101010111 | 110101 | 110111 |
Color Harmonies of #C94F72
Complementary color
Monochromatic Colors of #C94F72
Black with #C94F72
Text Example
Text Example
White with #C94F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F72; }
p { color: rgb(201,79,114); }
H1.HeaderClassName
{
color: #C94F72;
}
.AnyTagClassName
{
color: #C94F72;
}
</style>
background-color css
<style>
a { background-color: #C94F72; }
a { background-color: rgb(201,79,114); }
div.DivClassName
{
background-color: #C94F72;
}
.BgClassName
{
background-color: #C94F72;
}
</style>
border-color css
<style>
span { border-color: #C94F72; }
span { border-color: rgb(201,79,114); }
td.TdClassName
{
border-color: #C94F72;
}
.TagClassName
{
border-color: #C94F72;
}
</style>