#C55A7E

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

Shades of Cabaret #C55A7E

Tints of Cabaret #C55A7E

Color information

#C55A7E (or 0xC55A7E) is unknown color: approx Cabaret. HEX triplet: C5, 5A and 7E. RGB value is (197,90,126). Sum of RGB (Red+Green+Blue) = 197+90+126=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A7E is #3AA581. Grayscale: #7E7E7E. Windows color (decimal): -3843458 or 8280773. OLE color: 8280773.

HSL color Cylindrical-coordinate representation of color #C55A7E: hue angle of 339.81º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55A7E is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB19790126-
CMYK00.540.360.23
HSL339.81º47.98%56.27%-
HSV(B)339.81º54.31%77.25%-
XYZ30.4520.6922.13-
YUV126.1127.95178.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=47.70%
G=21.79%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979012600.540.360.23339.8147.9856.27
HexC55A7E03624171543038
Octal30513217606644275246070
Binary1100010110110101111110011011010010010111101010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A7E; }

 p { color: rgb(197,90,126); }

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

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

 a { background-color: rgb(197,90,126); }

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

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

 span { border-color: rgb(197,90,126); }

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