Shades of Cabaret #C9416D
Tints of Cabaret #C9416D
RGB
CMYK
RGB Variations
Color information
#C9416D (or 0xC9416D) is known color: Cabaret. HEX triplet: C9, 41 and 6D. RGB value is (201,65,109). Sum of RGB (Red+Green+Blue) = 201+65+109=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9416D is #36BE92. Grayscale: #6E6E6E. Windows color (decimal): -3587731 or 7160265. OLE color: 7160265.
HSL color Cylindrical-coordinate representation of color #C9416D: hue angle of 340.59º 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 #C9416D is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 109 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.21 |
| HSL | 340.59º | 0.56% | 0.52% | - |
| HSV(B) | 340.59º | 0.68% | 0.79% | - |
| XYZ | 28.74 | 17.3 | 16.29 | - |
| YUV | 110.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 109 | 0 | 0.68 | 0.46 | 0.21 | 340.59 | 0.56 | 0.52 |
| Hex | C9 | 41 | 6D | 0 | 44 | 2E | 15 | 155 | 38 | 34 |
| Octal | 311 | 101 | 155 | 0 | 104 | 56 | 25 | 525 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1101101 | 0 | 1000100 | 101110 | 10101 | 101010101 | 111000 | 110100 |
Color Harmonies of #C9416D
Complementary color
Monochromatic Colors of #C9416D
Black with #C9416D
Text Example
Text Example
White with #C9416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9416D; }
p { color: rgb(201,65,109); }
H1.HeaderClassName
{
color: #C9416D;
}
.AnyTagClassName
{
color: #C9416D;
}
</style>
background-color css
<style>
a { background-color: #C9416D; }
a { background-color: rgb(201,65,109); }
div.DivClassName
{
background-color: #C9416D;
}
.BgClassName
{
background-color: #C9416D;
}
</style>
border-color css
<style>
span { border-color: #C9416D; }
span { border-color: rgb(201,65,109); }
td.TdClassName
{
border-color: #C9416D;
}
.TagClassName
{
border-color: #C9416D;
}
</style>