Shades of Cabaret #C94B6E
Tints of Cabaret #C94B6E
RGB
CMYK
RGB Variations
Color information
#C94B6E (or 0xC94B6E) is known color: Cabaret. HEX triplet: C9, 4B and 6E. RGB value is (201,75,110). Sum of RGB (Red+Green+Blue) = 201+75+110=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B6E is #36B491. Grayscale: #747474. Windows color (decimal): -3585170 or 7228361. OLE color: 7228361.
HSL color Cylindrical-coordinate representation of color #C94B6E: hue angle of 343.33º 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 #C94B6E is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 110 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.21 |
| HSL | 343.33º | 0.54% | 0.54% | - |
| HSV(B) | 343.33º | 0.63% | 0.79% | - |
| XYZ | 29.42 | 18.58 | 16.79 | - |
| YUV | 116.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 110 | 0 | 0.63 | 0.45 | 0.21 | 343.33 | 0.54 | 0.54 |
| Hex | C9 | 4B | 6E | 0 | 3F | 2D | 15 | 157 | 36 | 36 |
| Octal | 311 | 113 | 156 | 0 | 77 | 55 | 25 | 527 | 66 | 66 |
| Binary | 11001001 | 1001011 | 1101110 | 0 | 111111 | 101101 | 10101 | 101010111 | 110110 | 110110 |
Color Harmonies of #C94B6E
Complementary color
Monochromatic Colors of #C94B6E
Black with #C94B6E
Text Example
Text Example
White with #C94B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B6E; }
p { color: rgb(201,75,110); }
H1.HeaderClassName
{
color: #C94B6E;
}
.AnyTagClassName
{
color: #C94B6E;
}
</style>
background-color css
<style>
a { background-color: #C94B6E; }
a { background-color: rgb(201,75,110); }
div.DivClassName
{
background-color: #C94B6E;
}
.BgClassName
{
background-color: #C94B6E;
}
</style>
border-color css
<style>
span { border-color: #C94B6E; }
span { border-color: rgb(201,75,110); }
td.TdClassName
{
border-color: #C94B6E;
}
.TagClassName
{
border-color: #C94B6E;
}
</style>