#C95179

Color #C95179 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C95179

Tints of Cabaret #C95179

Color information

#C95179 (or 0xC95179) is unknown color: approx Cabaret. HEX triplet: C9, 51 and 79. RGB value is (201,81,121). Sum of RGB (Red+Green+Blue) = 201+81+121=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C95179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95179 is #36AE86. Grayscale: #797979. Windows color (decimal): -3583623 or 7950793. OLE color: 7950793.

HSL color Cylindrical-coordinate representation of color #C95179: hue angle of 340º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95179 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20181121-
CMYK00.600.400.21
HSL340º52.63%55.29%-
HSV(B)340º59.7%78.82%-
XYZ30.4819.6820.28-
YUV121.44127.76184.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 49.88%
GREEN value IS 81 (32.03% from 255) = 20.10%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=49.88%
G=20.10%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018112100.600.400.2134052.6355.29
HexC9517903C28151543537
Octal31112117107450255246567
Binary1100100110100011111001011110010100010101101010100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95179; }

 p { color: rgb(201,81,121); }

 H1.HeaderClassName
 {
   color: #C95179;
 }
 .AnyTagClassName
 {
   color: #C95179;
 }
</style>
background-color css

<style>
 a { background-color: #C95179; }

 a { background-color: rgb(201,81,121); }

 div.DivClassName
 {
   background-color: #C95179;
 }
 .BgClassName
 {
   background-color: #C95179;
 }
</style>
border-color css

<style>
 span { border-color: #C95179; }

 span { border-color: rgb(201,81,121); }

 td.TdClassName
 {
   border-color: #C95179;
 }
 .TagClassName
 {
   border-color: #C95179;
 }
</style>