Shades of Cabaret #C9416B
Tints of Cabaret #C9416B
RGB
CMYK
RGB Variations
Color information
#C9416B (or 0xC9416B) is known color: Cabaret. HEX triplet: C9, 41 and 6B. RGB value is (201,65,107). Sum of RGB (Red+Green+Blue) = 201+65+107=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9416B is #36BE94. Grayscale: #6E6E6E. Windows color (decimal): -3587733 or 7029193. OLE color: 7029193.
HSL color Cylindrical-coordinate representation of color #C9416B: hue angle of 341.47º 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 #C9416B is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 107 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.21 |
| HSL | 341.47º | 0.56% | 0.52% | - |
| HSV(B) | 341.47º | 0.68% | 0.79% | - |
| XYZ | 28.63 | 17.26 | 15.73 | - |
| YUV | 110.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 107 | 0 | 0.68 | 0.47 | 0.21 | 341.47 | 0.56 | 0.52 |
| Hex | C9 | 41 | 6B | 0 | 44 | 2F | 15 | 155 | 38 | 34 |
| Octal | 311 | 101 | 153 | 0 | 104 | 57 | 25 | 525 | 70 | 64 |
| Binary | 11001001 | 1000001 | 1101011 | 0 | 1000100 | 101111 | 10101 | 101010101 | 111000 | 110100 |
Color Harmonies of #C9416B
Complementary color
Monochromatic Colors of #C9416B
Black with #C9416B
Text Example
Text Example
White with #C9416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9416B; }
p { color: rgb(201,65,107); }
H1.HeaderClassName
{
color: #C9416B;
}
.AnyTagClassName
{
color: #C9416B;
}
</style>
background-color css
<style>
a { background-color: #C9416B; }
a { background-color: rgb(201,65,107); }
div.DivClassName
{
background-color: #C9416B;
}
.BgClassName
{
background-color: #C9416B;
}
</style>
border-color css
<style>
span { border-color: #C9416B; }
span { border-color: rgb(201,65,107); }
td.TdClassName
{
border-color: #C9416B;
}
.TagClassName
{
border-color: #C9416B;
}
</style>