Shades of Cabaret #C9646F
Tints of Cabaret #C9646F
RGB
CMYK
RGB Variations
Color information
#C9646F (or 0xC9646F) is known color: Cabaret. HEX triplet: C9, 64 and 6F. RGB value is (201,100,111). Sum of RGB (Red+Green+Blue) = 201+100+111=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9646F is #369B90. Grayscale: #838383. Windows color (decimal): -3578769 or 7300297. OLE color: 7300297.
HSL color Cylindrical-coordinate representation of color #C9646F: hue angle of 353.47º 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 #C9646F is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 111 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.21 |
| HSL | 353.47º | 0.48% | 0.59% | - |
| HSV(B) | 353.47º | 0.5% | 0.79% | - |
| XYZ | 31.51 | 22.68 | 17.76 | - |
| YUV | 131.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 111 | 0 | 0.50 | 0.45 | 0.21 | 353.47 | 0.48 | 0.59 |
| Hex | C9 | 64 | 6F | 0 | 32 | 2D | 15 | 161 | 30 | 3B |
| Octal | 311 | 144 | 157 | 0 | 62 | 55 | 25 | 541 | 60 | 73 |
| Binary | 11001001 | 1100100 | 1101111 | 0 | 110010 | 101101 | 10101 | 101100001 | 110000 | 111011 |
Color Harmonies of #C9646F
Complementary color
Monochromatic Colors of #C9646F
Black with #C9646F
Text Example
Text Example
White with #C9646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9646F; }
p { color: rgb(201,100,111); }
H1.HeaderClassName
{
color: #C9646F;
}
.AnyTagClassName
{
color: #C9646F;
}
</style>
background-color css
<style>
a { background-color: #C9646F; }
a { background-color: rgb(201,100,111); }
div.DivClassName
{
background-color: #C9646F;
}
.BgClassName
{
background-color: #C9646F;
}
</style>
border-color css
<style>
span { border-color: #C9646F; }
span { border-color: rgb(201,100,111); }
td.TdClassName
{
border-color: #C9646F;
}
.TagClassName
{
border-color: #C9646F;
}
</style>