Shades of Cabaret #C9406B
Tints of Cabaret #C9406B
RGB
CMYK
RGB Variations
Color information
#C9406B (or 0xC9406B) is known color: Cabaret. HEX triplet: C9, 40 and 6B. RGB value is (201,64,107). Sum of RGB (Red+Green+Blue) = 201+64+107=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C9406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9406B is #36BF94. Grayscale: #6D6D6D. Windows color (decimal): -3587989 or 7028937. OLE color: 7028937.
HSL color Cylindrical-coordinate representation of color #C9406B: hue angle of 341.17º 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 #C9406B is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 107 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.21 |
| HSL | 341.17º | 0.56% | 0.52% | - |
| HSV(B) | 341.17º | 0.68% | 0.79% | - |
| XYZ | 28.57 | 17.15 | 15.71 | - |
| YUV | 109.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 107 | 0 | 0.68 | 0.47 | 0.21 | 341.17 | 0.56 | 0.52 |
| Hex | C9 | 40 | 6B | 0 | 44 | 2F | 15 | 155 | 38 | 34 |
| Octal | 311 | 100 | 153 | 0 | 104 | 57 | 25 | 525 | 70 | 64 |
| Binary | 11001001 | 1000000 | 1101011 | 0 | 1000100 | 101111 | 10101 | 101010101 | 111000 | 110100 |
Color Harmonies of #C9406B
Complementary color
Monochromatic Colors of #C9406B
Black with #C9406B
Text Example
Text Example
White with #C9406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9406B; }
p { color: rgb(201,64,107); }
H1.HeaderClassName
{
color: #C9406B;
}
.AnyTagClassName
{
color: #C9406B;
}
</style>
background-color css
<style>
a { background-color: #C9406B; }
a { background-color: rgb(201,64,107); }
div.DivClassName
{
background-color: #C9406B;
}
.BgClassName
{
background-color: #C9406B;
}
</style>
border-color css
<style>
span { border-color: #C9406B; }
span { border-color: rgb(201,64,107); }
td.TdClassName
{
border-color: #C9406B;
}
.TagClassName
{
border-color: #C9406B;
}
</style>