#C57A7E

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

Shades of Charm #C57A7E

Tints of Charm #C57A7E

Color information

#C57A7E (or 0xC57A7E) is unknown color: approx Charm. HEX triplet: C5, 7A and 7E. RGB value is (197,122,126). Sum of RGB (Red+Green+Blue) = 197+122+126=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A7E is #3A8581. Grayscale: #909090. Windows color (decimal): -3835266 or 8288965. OLE color: 8288965.

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

Color convert

RGB197122126-
CMYK00.380.360.23
HSL356.8º39.27%62.55%-
HSV(B)356.8º38.07%77.25%-
XYZ33.7527.323.23-
YUV144.88117.35165.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=44.27%
G=27.42%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712212600.380.360.23356.839.2762.55
HexC57A7E0262417165273f
Octal30517217604644275454777
Binary1100010111110101111110010011010010010111101100101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A7E; }

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

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

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

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

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

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

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

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