Shades of Cabaret #C9656B
Tints of Cabaret #C9656B
RGB
CMYK
RGB Variations
Color information
#C9656B (or 0xC9656B) is known color: Cabaret. HEX triplet: C9, 65 and 6B. RGB value is (201,101,107). Sum of RGB (Red+Green+Blue) = 201+101+107=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9656B is #369A94. Grayscale: #838383. Windows color (decimal): -3578517 or 7038409. OLE color: 7038409.
HSL color Cylindrical-coordinate representation of color #C9656B: hue angle of 356.4º 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 #C9656B is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 107 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.21 |
| HSL | 356.4º | 0.48% | 0.59% | - |
| HSV(B) | 356.4º | 0.5% | 0.79% | - |
| XYZ | 31.39 | 22.79 | 16.65 | - |
| YUV | 131.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 107 | 0 | 0.50 | 0.47 | 0.21 | 356.4 | 0.48 | 0.59 |
| Hex | C9 | 65 | 6B | 0 | 32 | 2F | 15 | 164 | 30 | 3B |
| Octal | 311 | 145 | 153 | 0 | 62 | 57 | 25 | 544 | 60 | 73 |
| Binary | 11001001 | 1100101 | 1101011 | 0 | 110010 | 101111 | 10101 | 101100100 | 110000 | 111011 |
Color Harmonies of #C9656B
Complementary color
Monochromatic Colors of #C9656B
Black with #C9656B
Text Example
Text Example
White with #C9656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9656B; }
p { color: rgb(201,101,107); }
H1.HeaderClassName
{
color: #C9656B;
}
.AnyTagClassName
{
color: #C9656B;
}
</style>
background-color css
<style>
a { background-color: #C9656B; }
a { background-color: rgb(201,101,107); }
div.DivClassName
{
background-color: #C9656B;
}
.BgClassName
{
background-color: #C9656B;
}
</style>
border-color css
<style>
span { border-color: #C9656B; }
span { border-color: rgb(201,101,107); }
td.TdClassName
{
border-color: #C9656B;
}
.TagClassName
{
border-color: #C9656B;
}
</style>