Shades of Cabaret #C94172
Tints of Cabaret #C94172
RGB
CMYK
RGB Variations
Color information
#C94172 (or 0xC94172) is known color: Cabaret. HEX triplet: C9, 41 and 72. RGB value is (201,65,114). Sum of RGB (Red+Green+Blue) = 201+65+114=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C94172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94172 is #36BE8D. Grayscale: #6F6F6F. Windows color (decimal): -3587726 or 7487945. OLE color: 7487945.
HSL color Cylindrical-coordinate representation of color #C94172: hue angle of 338.38º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94172 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 114 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.21 |
| HSL | 338.38º | 0.56% | 0.52% | - |
| HSV(B) | 338.38º | 0.68% | 0.79% | - |
| XYZ | 29.01 | 17.41 | 17.75 | - |
| YUV | 111.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 114 | 0 | 0.68 | 0.43 | 0.21 | 338.38 | 0.56 | 0.52 |
| Hex | C9 | 41 | 72 | 0 | 44 | 2B | 15 | 152 | 38 | 34 |
| Octal | 311 | 101 | 162 | 0 | 104 | 53 | 25 | 522 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1110010 | 0 | 1000100 | 101011 | 10101 | 101010010 | 111000 | 110100 |
Color Harmonies of #C94172
Complementary color
Monochromatic Colors of #C94172
Black with #C94172
Text Example
Text Example
White with #C94172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94172; }
p { color: rgb(201,65,114); }
H1.HeaderClassName
{
color: #C94172;
}
.AnyTagClassName
{
color: #C94172;
}
</style>
background-color css
<style>
a { background-color: #C94172; }
a { background-color: rgb(201,65,114); }
div.DivClassName
{
background-color: #C94172;
}
.BgClassName
{
background-color: #C94172;
}
</style>
border-color css
<style>
span { border-color: #C94172; }
span { border-color: rgb(201,65,114); }
td.TdClassName
{
border-color: #C94172;
}
.TagClassName
{
border-color: #C94172;
}
</style>