#C5557B

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

Shades of Cabaret #C5557B

Tints of Cabaret #C5557B

Color information

#C5557B (or 0xC5557B) is unknown color: approx Cabaret. HEX triplet: C5, 55 and 7B. RGB value is (197,85,123). Sum of RGB (Red+Green+Blue) = 197+85+123=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5557B is #3AAA84. Grayscale: #7A7A7A. Windows color (decimal): -3844741 or 8082885. OLE color: 8082885.

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

Color convert

RGB19785123-
CMYK00.570.380.23
HSL339.64º49.12%55.29%-
HSV(B)339.64º56.85%77.25%-
XYZ29.8519.820.99-
YUV122.82128.11180.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=48.64%
G=20.99%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978512300.570.380.23339.6449.1255.29
HexC5557B03926171543137
Octal30512517307146275246167
Binary1100010110101011111011011100110011010111101010100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5557B; }

 p { color: rgb(197,85,123); }

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

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

 a { background-color: rgb(197,85,123); }

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

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

 span { border-color: rgb(197,85,123); }

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