Shades of Cabaret #C9626D
Tints of Cabaret #C9626D
RGB
CMYK
RGB Variations
Color information
#C9626D (or 0xC9626D) is known color: Cabaret. HEX triplet: C9, 62 and 6D. RGB value is (201,98,109). Sum of RGB (Red+Green+Blue) = 201+98+109=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9626D is #369D92. Grayscale: #828282. Windows color (decimal): -3579283 or 7168713. OLE color: 7168713.
HSL color Cylindrical-coordinate representation of color #C9626D: hue angle of 353.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9626D is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 109 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.21 |
| HSL | 353.59º | 0.49% | 0.59% | - |
| HSV(B) | 353.59º | 0.51% | 0.79% | - |
| XYZ | 31.22 | 22.26 | 17.12 | - |
| YUV | 130.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 109 | 0 | 0.51 | 0.46 | 0.21 | 353.59 | 0.49 | 0.59 |
| Hex | C9 | 62 | 6D | 0 | 33 | 2E | 15 | 162 | 31 | 3B |
| Octal | 311 | 142 | 155 | 0 | 63 | 56 | 25 | 542 | 61 | 73 |
| Binary | 11001001 | 1100010 | 1101101 | 0 | 110011 | 101110 | 10101 | 101100010 | 110001 | 111011 |
Color Harmonies of #C9626D
Complementary color
Monochromatic Colors of #C9626D
Black with #C9626D
Text Example
Text Example
White with #C9626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9626D; }
p { color: rgb(201,98,109); }
H1.HeaderClassName
{
color: #C9626D;
}
.AnyTagClassName
{
color: #C9626D;
}
</style>
background-color css
<style>
a { background-color: #C9626D; }
a { background-color: rgb(201,98,109); }
div.DivClassName
{
background-color: #C9626D;
}
.BgClassName
{
background-color: #C9626D;
}
</style>
border-color css
<style>
span { border-color: #C9626D; }
span { border-color: rgb(201,98,109); }
td.TdClassName
{
border-color: #C9626D;
}
.TagClassName
{
border-color: #C9626D;
}
</style>