Shades of Cabaret #C9506B
Tints of Cabaret #C9506B
RGB
CMYK
RGB Variations
Color information
#C9506B (or 0xC9506B) is known color: Cabaret. HEX triplet: C9, 50 and 6B. RGB value is (201,80,107). Sum of RGB (Red+Green+Blue) = 201+80+107=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C9506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9506B is #36AF94. Grayscale: #777777. Windows color (decimal): -3583893 or 7033033. OLE color: 7033033.
HSL color Cylindrical-coordinate representation of color #C9506B: hue angle of 346.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9506B is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 107 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.21 |
| HSL | 346.61º | 0.53% | 0.55% | - |
| HSV(B) | 346.61º | 0.6% | 0.79% | - |
| XYZ | 29.61 | 19.22 | 16.06 | - |
| YUV | 119.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 107 | 0 | 0.60 | 0.47 | 0.21 | 346.61 | 0.53 | 0.55 |
| Hex | C9 | 50 | 6B | 0 | 3C | 2F | 15 | 15B | 35 | 37 |
| Octal | 311 | 120 | 153 | 0 | 74 | 57 | 25 | 533 | 65 | 67 |
| Binary | 11001001 | 1010000 | 1101011 | 0 | 111100 | 101111 | 10101 | 101011011 | 110101 | 110111 |
Color Harmonies of #C9506B
Complementary color
Monochromatic Colors of #C9506B
Black with #C9506B
Text Example
Text Example
White with #C9506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9506B; }
p { color: rgb(201,80,107); }
H1.HeaderClassName
{
color: #C9506B;
}
.AnyTagClassName
{
color: #C9506B;
}
</style>
background-color css
<style>
a { background-color: #C9506B; }
a { background-color: rgb(201,80,107); }
div.DivClassName
{
background-color: #C9506B;
}
.BgClassName
{
background-color: #C9506B;
}
</style>
border-color css
<style>
span { border-color: #C9506B; }
span { border-color: rgb(201,80,107); }
td.TdClassName
{
border-color: #C9506B;
}
.TagClassName
{
border-color: #C9506B;
}
</style>