Shades of Cabaret #C95774
Tints of Cabaret #C95774
RGB
CMYK
RGB Variations
Color information
#C95774 (or 0xC95774) is known color: Cabaret. HEX triplet: C9, 57 and 74. RGB value is (201,87,116). Sum of RGB (Red+Green+Blue) = 201+87+116=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C95774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95774 is #36A88B. Grayscale: #7C7C7C. Windows color (decimal): -3582092 or 7624649. OLE color: 7624649.
HSL color Cylindrical-coordinate representation of color #C95774: hue angle of 344.74º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95774 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 116 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.21 |
| HSL | 344.74º | 0.51% | 0.56% | - |
| HSV(B) | 344.74º | 0.57% | 0.79% | - |
| XYZ | 30.65 | 20.49 | 18.86 | - |
| YUV | 124.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 116 | 0 | 0.57 | 0.42 | 0.21 | 344.74 | 0.51 | 0.56 |
| Hex | C9 | 57 | 74 | 0 | 39 | 2A | 15 | 159 | 33 | 38 |
| Octal | 311 | 127 | 164 | 0 | 71 | 52 | 25 | 531 | 63 | 70 |
| Binary | 11001001 | 1010111 | 1110100 | 0 | 111001 | 101010 | 10101 | 101011001 | 110011 | 111000 |
Color Harmonies of #C95774
Complementary color
Monochromatic Colors of #C95774
Black with #C95774
Text Example
Text Example
White with #C95774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95774; }
p { color: rgb(201,87,116); }
H1.HeaderClassName
{
color: #C95774;
}
.AnyTagClassName
{
color: #C95774;
}
</style>
background-color css
<style>
a { background-color: #C95774; }
a { background-color: rgb(201,87,116); }
div.DivClassName
{
background-color: #C95774;
}
.BgClassName
{
background-color: #C95774;
}
</style>
border-color css
<style>
span { border-color: #C95774; }
span { border-color: rgb(201,87,116); }
td.TdClassName
{
border-color: #C95774;
}
.TagClassName
{
border-color: #C95774;
}
</style>