Shades of Cabaret #C95B73
Tints of Cabaret #C95B73
RGB
CMYK
RGB Variations
Color information
#C95B73 (or 0xC95B73) is known color: Cabaret. HEX triplet: C9, 5B and 73. RGB value is (201,91,115). Sum of RGB (Red+Green+Blue) = 201+91+115=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B73 is #36A48C. Grayscale: #7E7E7E. Windows color (decimal): -3581069 or 7560137. OLE color: 7560137.
HSL color Cylindrical-coordinate representation of color #C95B73: hue angle of 346.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95B73 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 115 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.21 |
| HSL | 346.91º | 0.5% | 0.57% | - |
| HSV(B) | 346.91º | 0.55% | 0.79% | - |
| XYZ | 30.92 | 21.14 | 18.67 | - |
| YUV | 126.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 115 | 0 | 0.55 | 0.43 | 0.21 | 346.91 | 0.5 | 0.57 |
| Hex | C9 | 5B | 73 | 0 | 37 | 2B | 15 | 15B | 32 | 39 |
| Octal | 311 | 133 | 163 | 0 | 67 | 53 | 25 | 533 | 62 | 71 |
| Binary | 11001001 | 1011011 | 1110011 | 0 | 110111 | 101011 | 10101 | 101011011 | 110010 | 111001 |
Color Harmonies of #C95B73
Complementary color
Monochromatic Colors of #C95B73
Black with #C95B73
Text Example
Text Example
White with #C95B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B73; }
p { color: rgb(201,91,115); }
H1.HeaderClassName
{
color: #C95B73;
}
.AnyTagClassName
{
color: #C95B73;
}
</style>
background-color css
<style>
a { background-color: #C95B73; }
a { background-color: rgb(201,91,115); }
div.DivClassName
{
background-color: #C95B73;
}
.BgClassName
{
background-color: #C95B73;
}
</style>
border-color css
<style>
span { border-color: #C95B73; }
span { border-color: rgb(201,91,115); }
td.TdClassName
{
border-color: #C95B73;
}
.TagClassName
{
border-color: #C95B73;
}
</style>