Shades of Cabaret #C96271
Tints of Cabaret #C96271
RGB
CMYK
RGB Variations
Color information
#C96271 (or 0xC96271) is known color: Cabaret. HEX triplet: C9, 62 and 71. RGB value is (201,98,113). Sum of RGB (Red+Green+Blue) = 201+98+113=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C96271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96271 is #369D8E. Grayscale: #828282. Windows color (decimal): -3579279 or 7430857. OLE color: 7430857.
HSL color Cylindrical-coordinate representation of color #C96271: hue angle of 351.26º 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 #C96271 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 113 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.21 |
| HSL | 351.26º | 0.49% | 0.59% | - |
| HSV(B) | 351.26º | 0.51% | 0.79% | - |
| XYZ | 31.44 | 22.35 | 18.28 | - |
| YUV | 130.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 113 | 0 | 0.51 | 0.44 | 0.21 | 351.26 | 0.49 | 0.59 |
| Hex | C9 | 62 | 71 | 0 | 33 | 2C | 15 | 15F | 31 | 3B |
| Octal | 311 | 142 | 161 | 0 | 63 | 54 | 25 | 537 | 61 | 73 |
| Binary | 11001001 | 1100010 | 1110001 | 0 | 110011 | 101100 | 10101 | 101011111 | 110001 | 111011 |
Color Harmonies of #C96271
Complementary color
Monochromatic Colors of #C96271
Black with #C96271
Text Example
Text Example
White with #C96271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96271; }
p { color: rgb(201,98,113); }
H1.HeaderClassName
{
color: #C96271;
}
.AnyTagClassName
{
color: #C96271;
}
</style>
background-color css
<style>
a { background-color: #C96271; }
a { background-color: rgb(201,98,113); }
div.DivClassName
{
background-color: #C96271;
}
.BgClassName
{
background-color: #C96271;
}
</style>
border-color css
<style>
span { border-color: #C96271; }
span { border-color: rgb(201,98,113); }
td.TdClassName
{
border-color: #C96271;
}
.TagClassName
{
border-color: #C96271;
}
</style>