Shades of Cabaret #C9646E
Tints of Cabaret #C9646E
RGB
CMYK
RGB Variations
Color information
#C9646E (or 0xC9646E) is known color: Cabaret. HEX triplet: C9, 64 and 6E. RGB value is (201,100,110). Sum of RGB (Red+Green+Blue) = 201+100+110=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9646E is #369B91. Grayscale: #838383. Windows color (decimal): -3578770 or 7234761. OLE color: 7234761.
HSL color Cylindrical-coordinate representation of color #C9646E: hue angle of 354.06º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9646E is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 110 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.21 |
| HSL | 354.06º | 0.48% | 0.59% | - |
| HSV(B) | 354.06º | 0.5% | 0.79% | - |
| XYZ | 31.46 | 22.66 | 17.47 | - |
| YUV | 131.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 110 | 0 | 0.50 | 0.45 | 0.21 | 354.06 | 0.48 | 0.59 |
| Hex | C9 | 64 | 6E | 0 | 32 | 2D | 15 | 162 | 30 | 3B |
| Octal | 311 | 144 | 156 | 0 | 62 | 55 | 25 | 542 | 60 | 73 |
| Binary | 11001001 | 1100100 | 1101110 | 0 | 110010 | 101101 | 10101 | 101100010 | 110000 | 111011 |
Color Harmonies of #C9646E
Complementary color
Monochromatic Colors of #C9646E
Black with #C9646E
Text Example
Text Example
White with #C9646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9646E; }
p { color: rgb(201,100,110); }
H1.HeaderClassName
{
color: #C9646E;
}
.AnyTagClassName
{
color: #C9646E;
}
</style>
background-color css
<style>
a { background-color: #C9646E; }
a { background-color: rgb(201,100,110); }
div.DivClassName
{
background-color: #C9646E;
}
.BgClassName
{
background-color: #C9646E;
}
</style>
border-color css
<style>
span { border-color: #C9646E; }
span { border-color: rgb(201,100,110); }
td.TdClassName
{
border-color: #C9646E;
}
.TagClassName
{
border-color: #C9646E;
}
</style>