Shades of Cabaret #C95F7E
Tints of Cabaret #C95F7E
RGB
CMYK
RGB Variations
Color information
#C95F7E (or 0xC95F7E) is known color: Cabaret. HEX triplet: C9, 5F and 7E. RGB value is (201,95,126). Sum of RGB (Red+Green+Blue) = 201+95+126=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F7E is #36A081. Grayscale: #828282. Windows color (decimal): -3580034 or 8282057. OLE color: 8282057.
HSL color Cylindrical-coordinate representation of color #C95F7E: hue angle of 342.45º 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 #C95F7E is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 126 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.21 |
| HSL | 342.45º | 0.5% | 0.58% | - |
| HSV(B) | 342.45º | 0.53% | 0.79% | - |
| XYZ | 31.95 | 22.11 | 22.32 | - |
| YUV | 130.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 126 | 0 | 0.53 | 0.37 | 0.21 | 342.45 | 0.5 | 0.58 |
| Hex | C9 | 5F | 7E | 0 | 35 | 25 | 15 | 156 | 32 | 3A |
| Octal | 311 | 137 | 176 | 0 | 65 | 45 | 25 | 526 | 62 | 72 |
| Binary | 11001001 | 1011111 | 1111110 | 0 | 110101 | 100101 | 10101 | 101010110 | 110010 | 111010 |
Color Harmonies of #C95F7E
Complementary color
Monochromatic Colors of #C95F7E
Black with #C95F7E
Text Example
Text Example
White with #C95F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F7E; }
p { color: rgb(201,95,126); }
H1.HeaderClassName
{
color: #C95F7E;
}
.AnyTagClassName
{
color: #C95F7E;
}
</style>
background-color css
<style>
a { background-color: #C95F7E; }
a { background-color: rgb(201,95,126); }
div.DivClassName
{
background-color: #C95F7E;
}
.BgClassName
{
background-color: #C95F7E;
}
</style>
border-color css
<style>
span { border-color: #C95F7E; }
span { border-color: rgb(201,95,126); }
td.TdClassName
{
border-color: #C95F7E;
}
.TagClassName
{
border-color: #C95F7E;
}
</style>