#C5577B

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

Shades of Cabaret #C5577B

Tints of Cabaret #C5577B

Color information

#C5577B (or 0xC5577B) is unknown color: approx Cabaret. HEX triplet: C5, 57 and 7B. RGB value is (197,87,123). Sum of RGB (Red+Green+Blue) = 197+87+123=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5577B is #3AA884. Grayscale: #7B7B7B. Windows color (decimal): -3844229 or 8083397. OLE color: 8083397.

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

Color convert

RGB19787123-
CMYK00.560.380.23
HSL340.36º48.67%55.69%-
HSV(B)340.36º55.84%77.25%-
XYZ30.0120.1221.04-
YUV123.99127.44180.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.40%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=48.40%
G=21.38%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978712300.560.380.23340.3648.6755.69
HexC5577B03826171543138
Octal30512717307046275246170
Binary1100010110101111111011011100010011010111101010100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5577B; }

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

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

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

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

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

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

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

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