Shades of Cabaret #C9666C
Tints of Cabaret #C9666C
RGB
CMYK
RGB Variations
Color information
#C9666C (or 0xC9666C) is known color: Cabaret. HEX triplet: C9, 66 and 6C. RGB value is (201,102,108). Sum of RGB (Red+Green+Blue) = 201+102+108=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9666C is #369993. Grayscale: #848484. Windows color (decimal): -3578260 or 7104201. OLE color: 7104201.
HSL color Cylindrical-coordinate representation of color #C9666C: hue angle of 356.36º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9666C is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 108 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.21 |
| HSL | 356.36º | 0.48% | 0.59% | - |
| HSV(B) | 356.36º | 0.49% | 0.79% | - |
| XYZ | 31.55 | 23 | 16.96 | - |
| YUV | 132.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 108 | 0 | 0.49 | 0.46 | 0.21 | 356.36 | 0.48 | 0.59 |
| Hex | C9 | 66 | 6C | 0 | 31 | 2E | 15 | 164 | 30 | 3B |
| Octal | 311 | 146 | 154 | 0 | 61 | 56 | 25 | 544 | 60 | 73 |
| Binary | 11001001 | 1100110 | 1101100 | 0 | 110001 | 101110 | 10101 | 101100100 | 110000 | 111011 |
Color Harmonies of #C9666C
Complementary color
Monochromatic Colors of #C9666C
Black with #C9666C
Text Example
Text Example
White with #C9666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9666C; }
p { color: rgb(201,102,108); }
H1.HeaderClassName
{
color: #C9666C;
}
.AnyTagClassName
{
color: #C9666C;
}
</style>
background-color css
<style>
a { background-color: #C9666C; }
a { background-color: rgb(201,102,108); }
div.DivClassName
{
background-color: #C9666C;
}
.BgClassName
{
background-color: #C9666C;
}
</style>
border-color css
<style>
span { border-color: #C9666C; }
span { border-color: rgb(201,102,108); }
td.TdClassName
{
border-color: #C9666C;
}
.TagClassName
{
border-color: #C9666C;
}
</style>