Shades of Cabaret #C95B7D
Tints of Cabaret #C95B7D
RGB
CMYK
RGB Variations
Color information
#C95B7D (or 0xC95B7D) is known color: Cabaret. HEX triplet: C9, 5B and 7D. RGB value is (201,91,125). Sum of RGB (Red+Green+Blue) = 201+91+125=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C95B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95B7D is #36A482. Grayscale: #7F7F7F. Windows color (decimal): -3581059 or 8215497. OLE color: 8215497.
HSL color Cylindrical-coordinate representation of color #C95B7D: hue angle of 341.45º 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 #C95B7D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 125 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.21 |
| HSL | 341.45º | 0.5% | 0.57% | - |
| HSV(B) | 341.45º | 0.55% | 0.79% | - |
| XYZ | 31.53 | 21.38 | 21.87 | - |
| YUV | 127.77 | 126.44 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 125 | 0 | 0.55 | 0.38 | 0.21 | 341.45 | 0.5 | 0.57 |
| Hex | C9 | 5B | 7D | 0 | 37 | 26 | 15 | 155 | 32 | 39 |
| Octal | 311 | 133 | 175 | 0 | 67 | 46 | 25 | 525 | 62 | 71 |
| Binary | 11001001 | 1011011 | 1111101 | 0 | 110111 | 100110 | 10101 | 101010101 | 110010 | 111001 |
Color Harmonies of #C95B7D
Complementary color
Monochromatic Colors of #C95B7D
Black with #C95B7D
Text Example
Text Example
White with #C95B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95B7D; }
p { color: rgb(201,91,125); }
H1.HeaderClassName
{
color: #C95B7D;
}
.AnyTagClassName
{
color: #C95B7D;
}
</style>
background-color css
<style>
a { background-color: #C95B7D; }
a { background-color: rgb(201,91,125); }
div.DivClassName
{
background-color: #C95B7D;
}
.BgClassName
{
background-color: #C95B7D;
}
</style>
border-color css
<style>
span { border-color: #C95B7D; }
span { border-color: rgb(201,91,125); }
td.TdClassName
{
border-color: #C95B7D;
}
.TagClassName
{
border-color: #C95B7D;
}
</style>