Shades of Cabaret #C9666D
Tints of Cabaret #C9666D
RGB
CMYK
RGB Variations
Color information
#C9666D (or 0xC9666D) is known color: Cabaret. HEX triplet: C9, 66 and 6D. RGB value is (201,102,109). Sum of RGB (Red+Green+Blue) = 201+102+109=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9666D is #369992. Grayscale: #848484. Windows color (decimal): -3578259 or 7169737. OLE color: 7169737.
HSL color Cylindrical-coordinate representation of color #C9666D: hue angle of 355.76º 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 #C9666D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 109 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.21 |
| HSL | 355.76º | 0.48% | 0.59% | - |
| HSV(B) | 355.76º | 0.49% | 0.79% | - |
| XYZ | 31.6 | 23.02 | 17.25 | - |
| YUV | 132.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 109 | 0 | 0.49 | 0.46 | 0.21 | 355.76 | 0.48 | 0.59 |
| Hex | C9 | 66 | 6D | 0 | 31 | 2E | 15 | 164 | 30 | 3B |
| Octal | 311 | 146 | 155 | 0 | 61 | 56 | 25 | 544 | 60 | 73 |
| Binary | 11001001 | 1100110 | 1101101 | 0 | 110001 | 101110 | 10101 | 101100100 | 110000 | 111011 |
Color Harmonies of #C9666D
Complementary color
Monochromatic Colors of #C9666D
Black with #C9666D
Text Example
Text Example
White with #C9666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9666D; }
p { color: rgb(201,102,109); }
H1.HeaderClassName
{
color: #C9666D;
}
.AnyTagClassName
{
color: #C9666D;
}
</style>
background-color css
<style>
a { background-color: #C9666D; }
a { background-color: rgb(201,102,109); }
div.DivClassName
{
background-color: #C9666D;
}
.BgClassName
{
background-color: #C9666D;
}
</style>
border-color css
<style>
span { border-color: #C9666D; }
span { border-color: rgb(201,102,109); }
td.TdClassName
{
border-color: #C9666D;
}
.TagClassName
{
border-color: #C9666D;
}
</style>