Shades of Cabaret #C94B6D
Tints of Cabaret #C94B6D
RGB
CMYK
RGB Variations
Color information
#C94B6D (or 0xC94B6D) is known color: Cabaret. HEX triplet: C9, 4B and 6D. RGB value is (201,75,109). Sum of RGB (Red+Green+Blue) = 201+75+109=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B6D is #36B492. Grayscale: #747474. Windows color (decimal): -3585171 or 7162825. OLE color: 7162825.
HSL color Cylindrical-coordinate representation of color #C94B6D: hue angle of 343.81º 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 #C94B6D is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 109 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.21 |
| HSL | 343.81º | 0.54% | 0.54% | - |
| HSV(B) | 343.81º | 0.63% | 0.79% | - |
| XYZ | 29.36 | 18.55 | 16.5 | - |
| YUV | 116.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 109 | 0 | 0.63 | 0.46 | 0.21 | 343.81 | 0.54 | 0.54 |
| Hex | C9 | 4B | 6D | 0 | 3F | 2E | 15 | 158 | 36 | 36 |
| Octal | 311 | 113 | 155 | 0 | 77 | 56 | 25 | 530 | 66 | 66 |
| Binary | 11001001 | 1001011 | 1101101 | 0 | 111111 | 101110 | 10101 | 101011000 | 110110 | 110110 |
Color Harmonies of #C94B6D
Complementary color
Monochromatic Colors of #C94B6D
Black with #C94B6D
Text Example
Text Example
White with #C94B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B6D; }
p { color: rgb(201,75,109); }
H1.HeaderClassName
{
color: #C94B6D;
}
.AnyTagClassName
{
color: #C94B6D;
}
</style>
background-color css
<style>
a { background-color: #C94B6D; }
a { background-color: rgb(201,75,109); }
div.DivClassName
{
background-color: #C94B6D;
}
.BgClassName
{
background-color: #C94B6D;
}
</style>
border-color css
<style>
span { border-color: #C94B6D; }
span { border-color: rgb(201,75,109); }
td.TdClassName
{
border-color: #C94B6D;
}
.TagClassName
{
border-color: #C94B6D;
}
</style>