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