Shades of Cabaret #C95A7A
Tints of Cabaret #C95A7A
RGB
CMYK
RGB Variations
Color information
#C95A7A (or 0xC95A7A) is known color: Cabaret. HEX triplet: C9, 5A and 7A. RGB value is (201,90,122). Sum of RGB (Red+Green+Blue) = 201+90+122=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A7A is #36A585. Grayscale: #7E7E7E. Windows color (decimal): -3581318 or 8018633. OLE color: 8018633.
HSL color Cylindrical-coordinate representation of color #C95A7A: hue angle of 342.7º degrees, saturation: 0.51, 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 #C95A7A is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 90 | 122 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.21 |
| HSL | 342.7º | 0.51% | 0.57% | - |
| HSV(B) | 342.7º | 0.55% | 0.79% | - |
| XYZ | 31.26 | 21.13 | 20.84 | - |
| YUV | 126.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 90 | 122 | 0 | 0.55 | 0.39 | 0.21 | 342.7 | 0.51 | 0.57 |
| Hex | C9 | 5A | 7A | 0 | 37 | 27 | 15 | 157 | 33 | 39 |
| Octal | 311 | 132 | 172 | 0 | 67 | 47 | 25 | 527 | 63 | 71 |
| Binary | 11001001 | 1011010 | 1111010 | 0 | 110111 | 100111 | 10101 | 101010111 | 110011 | 111001 |
Color Harmonies of #C95A7A
Complementary color
Monochromatic Colors of #C95A7A
Black with #C95A7A
Text Example
Text Example
White with #C95A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95A7A; }
p { color: rgb(201,90,122); }
H1.HeaderClassName
{
color: #C95A7A;
}
.AnyTagClassName
{
color: #C95A7A;
}
</style>
background-color css
<style>
a { background-color: #C95A7A; }
a { background-color: rgb(201,90,122); }
div.DivClassName
{
background-color: #C95A7A;
}
.BgClassName
{
background-color: #C95A7A;
}
</style>
border-color css
<style>
span { border-color: #C95A7A; }
span { border-color: rgb(201,90,122); }
td.TdClassName
{
border-color: #C95A7A;
}
.TagClassName
{
border-color: #C95A7A;
}
</style>