Shades of Cabaret #C95F73
Tints of Cabaret #C95F73
RGB
CMYK
RGB Variations
Color information
#C95F73 (or 0xC95F73) is known color: Cabaret. HEX triplet: C9, 5F and 73. RGB value is (201,95,115). Sum of RGB (Red+Green+Blue) = 201+95+115=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F73 is #36A08C. Grayscale: #818181. Windows color (decimal): -3580045 or 7561161. OLE color: 7561161.
HSL color Cylindrical-coordinate representation of color #C95F73: hue angle of 348.68º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95F73 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 115 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.21 |
| HSL | 348.68º | 0.5% | 0.58% | - |
| HSV(B) | 348.68º | 0.53% | 0.79% | - |
| XYZ | 31.27 | 21.84 | 18.79 | - |
| YUV | 128.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 115 | 0 | 0.53 | 0.43 | 0.21 | 348.68 | 0.5 | 0.58 |
| Hex | C9 | 5F | 73 | 0 | 35 | 2B | 15 | 15D | 32 | 3A |
| Octal | 311 | 137 | 163 | 0 | 65 | 53 | 25 | 535 | 62 | 72 |
| Binary | 11001001 | 1011111 | 1110011 | 0 | 110101 | 101011 | 10101 | 101011101 | 110010 | 111010 |
Color Harmonies of #C95F73
Complementary color
Monochromatic Colors of #C95F73
Black with #C95F73
Text Example
Text Example
White with #C95F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F73; }
p { color: rgb(201,95,115); }
H1.HeaderClassName
{
color: #C95F73;
}
.AnyTagClassName
{
color: #C95F73;
}
</style>
background-color css
<style>
a { background-color: #C95F73; }
a { background-color: rgb(201,95,115); }
div.DivClassName
{
background-color: #C95F73;
}
.BgClassName
{
background-color: #C95F73;
}
</style>
border-color css
<style>
span { border-color: #C95F73; }
span { border-color: rgb(201,95,115); }
td.TdClassName
{
border-color: #C95F73;
}
.TagClassName
{
border-color: #C95F73;
}
</style>