#C55A7F

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

Shades of Cabaret #C55A7F

Tints of Cabaret #C55A7F

Color information

#C55A7F (or 0xC55A7F) is unknown color: approx Cabaret. HEX triplet: C5, 5A and 7F. RGB value is (197,90,127). Sum of RGB (Red+Green+Blue) = 197+90+127=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A7F is #3AA580. Grayscale: #7E7E7E. Windows color (decimal): -3843457 or 8346309. OLE color: 8346309.

HSL color Cylindrical-coordinate representation of color #C55A7F: hue angle of 339.25º 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 #C55A7F is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB19790127-
CMYK00.540.360.23
HSL339.25º47.98%56.27%-
HSV(B)339.25º54.31%77.25%-
XYZ30.5120.7122.47-
YUV126.21128.45178.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 90 (35.55% from 255) = 21.74%
BLUE value IS 127 (50% from 255) = 30.68%
R=47.58%
G=21.74%
B=30.68%

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
Decimal1979012700.540.360.23339.2547.9856.27
HexC55A7F03624171533038
Octal30513217706644275236070
Binary1100010110110101111111011011010010010111101010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A7F; }

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

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

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

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

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

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

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

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