#C5587C

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

Shades of Cabaret #C5587C

Tints of Cabaret #C5587C

Color information

#C5587C (or 0xC5587C) is unknown color: approx Cabaret. HEX triplet: C5, 58 and 7C. RGB value is (197,88,124). Sum of RGB (Red+Green+Blue) = 197+88+124=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5587C is #3AA783. Grayscale: #7C7C7C. Windows color (decimal): -3843972 or 8149189. OLE color: 8149189.

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

Color convert

RGB19788124-
CMYK00.550.370.23
HSL340.18º48.44%55.88%-
HSV(B)340.18º55.33%77.25%-
XYZ30.1520.3121.4-
YUV124.7127.61179.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.17%
GREEN value IS 88 (34.77% from 255) = 21.52%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=48.17%
G=21.52%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978812400.550.370.23340.1848.4455.88
HexC5587C03725171543038
Octal30513017406745275246070
Binary1100010110110001111100011011110010110111101010100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5587C; }

 p { color: rgb(197,88,124); }

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

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

 a { background-color: rgb(197,88,124); }

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

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

 span { border-color: rgb(197,88,124); }

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