Shades of Cabaret #C9606B
Tints of Cabaret #C9606B
RGB
CMYK
RGB Variations
Color information
#C9606B (or 0xC9606B) is known color: Cabaret. HEX triplet: C9, 60 and 6B. RGB value is (201,96,107). Sum of RGB (Red+Green+Blue) = 201+96+107=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9606B is #369F94. Grayscale: #808080. Windows color (decimal): -3579797 or 7037129. OLE color: 7037129.
HSL color Cylindrical-coordinate representation of color #C9606B: hue angle of 353.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9606B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 107 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.21 |
| HSL | 353.71º | 0.49% | 0.58% | - |
| HSV(B) | 353.71º | 0.52% | 0.79% | - |
| XYZ | 30.92 | 21.84 | 16.5 | - |
| YUV | 128.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 107 | 0 | 0.52 | 0.47 | 0.21 | 353.71 | 0.49 | 0.58 |
| Hex | C9 | 60 | 6B | 0 | 34 | 2F | 15 | 162 | 31 | 3A |
| Octal | 311 | 140 | 153 | 0 | 64 | 57 | 25 | 542 | 61 | 72 |
| Binary | 11001001 | 1100000 | 1101011 | 0 | 110100 | 101111 | 10101 | 101100010 | 110001 | 111010 |
Color Harmonies of #C9606B
Complementary color
Monochromatic Colors of #C9606B
Black with #C9606B
Text Example
Text Example
White with #C9606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9606B; }
p { color: rgb(201,96,107); }
H1.HeaderClassName
{
color: #C9606B;
}
.AnyTagClassName
{
color: #C9606B;
}
</style>
background-color css
<style>
a { background-color: #C9606B; }
a { background-color: rgb(201,96,107); }
div.DivClassName
{
background-color: #C9606B;
}
.BgClassName
{
background-color: #C9606B;
}
</style>
border-color css
<style>
span { border-color: #C9606B; }
span { border-color: rgb(201,96,107); }
td.TdClassName
{
border-color: #C9606B;
}
.TagClassName
{
border-color: #C9606B;
}
</style>