Shades of Cabaret #C96273
Tints of Cabaret #C96273
RGB
CMYK
RGB Variations
Color information
#C96273 (or 0xC96273) is known color: Cabaret. HEX triplet: C9, 62 and 73. RGB value is (201,98,115). Sum of RGB (Red+Green+Blue) = 201+98+115=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C96273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96273 is #369D8C. Grayscale: #828282. Windows color (decimal): -3579277 or 7561929. OLE color: 7561929.
HSL color Cylindrical-coordinate representation of color #C96273: hue angle of 350.1º 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 #C96273 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 115 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.21 |
| HSL | 350.1º | 0.49% | 0.59% | - |
| HSV(B) | 350.1º | 0.51% | 0.79% | - |
| XYZ | 31.55 | 22.39 | 18.88 | - |
| YUV | 130.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 115 | 0 | 0.51 | 0.43 | 0.21 | 350.1 | 0.49 | 0.59 |
| Hex | C9 | 62 | 73 | 0 | 33 | 2B | 15 | 15E | 31 | 3B |
| Octal | 311 | 142 | 163 | 0 | 63 | 53 | 25 | 536 | 61 | 73 |
| Binary | 11001001 | 1100010 | 1110011 | 0 | 110011 | 101011 | 10101 | 101011110 | 110001 | 111011 |
Color Harmonies of #C96273
Complementary color
Monochromatic Colors of #C96273
Black with #C96273
Text Example
Text Example
White with #C96273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96273; }
p { color: rgb(201,98,115); }
H1.HeaderClassName
{
color: #C96273;
}
.AnyTagClassName
{
color: #C96273;
}
</style>
background-color css
<style>
a { background-color: #C96273; }
a { background-color: rgb(201,98,115); }
div.DivClassName
{
background-color: #C96273;
}
.BgClassName
{
background-color: #C96273;
}
</style>
border-color css
<style>
span { border-color: #C96273; }
span { border-color: rgb(201,98,115); }
td.TdClassName
{
border-color: #C96273;
}
.TagClassName
{
border-color: #C96273;
}
</style>