Shades of Cabaret #C9686C
Tints of Cabaret #C9686C
RGB
CMYK
RGB Variations
Color information
#C9686C (or 0xC9686C) is known color: Cabaret. HEX triplet: C9, 68 and 6C. RGB value is (201,104,108). Sum of RGB (Red+Green+Blue) = 201+104+108=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9686C is #369793. Grayscale: #858585. Windows color (decimal): -3577748 or 7104713. OLE color: 7104713.
HSL color Cylindrical-coordinate representation of color #C9686C: hue angle of 357.53º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9686C is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 108 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.21 |
| HSL | 357.53º | 0.47% | 0.6% | - |
| HSV(B) | 357.53º | 0.48% | 0.79% | - |
| XYZ | 31.74 | 23.4 | 17.03 | - |
| YUV | 133.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 108 | 0 | 0.48 | 0.46 | 0.21 | 357.53 | 0.47 | 0.6 |
| Hex | C9 | 68 | 6C | 0 | 30 | 2E | 15 | 166 | 2F | 3C |
| Octal | 311 | 150 | 154 | 0 | 60 | 56 | 25 | 546 | 57 | 74 |
| Binary | 11001001 | 1101000 | 1101100 | 0 | 110000 | 101110 | 10101 | 101100110 | 101111 | 111100 |
Color Harmonies of #C9686C
Complementary color
Monochromatic Colors of #C9686C
Black with #C9686C
Text Example
Text Example
White with #C9686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9686C; }
p { color: rgb(201,104,108); }
H1.HeaderClassName
{
color: #C9686C;
}
.AnyTagClassName
{
color: #C9686C;
}
</style>
background-color css
<style>
a { background-color: #C9686C; }
a { background-color: rgb(201,104,108); }
div.DivClassName
{
background-color: #C9686C;
}
.BgClassName
{
background-color: #C9686C;
}
</style>
border-color css
<style>
span { border-color: #C9686C; }
span { border-color: rgb(201,104,108); }
td.TdClassName
{
border-color: #C9686C;
}
.TagClassName
{
border-color: #C9686C;
}
</style>