#C57A9C

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

Shades of Hopbush #C57A9C

Tints of Hopbush #C57A9C

Color information

#C57A9C (or 0xC57A9C) is unknown color: approx Hopbush. HEX triplet: C5, 7A and 9C. RGB value is (197,122,156). Sum of RGB (Red+Green+Blue) = 197+122+156=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57A9C is #3A8563. Grayscale: #949494. Windows color (decimal): -3835236 or 10255045. OLE color: 10255045.

HSL color Cylindrical-coordinate representation of color #C57A9C: hue angle of 332.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 #C57A9C is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB197122156-
CMYK00.380.210.23
HSL332.8º39.27%62.55%-
HSV(B)332.8º38.07%77.25%-
XYZ35.9928.1935-
YUV148.3132.35162.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 122 (48.05% from 255) = 25.68%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=41.47%
G=25.68%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712215600.380.210.23332.839.2762.55
HexC57A9C026151714d273f
Octal30517223404625275154777
Binary1100010111110101001110001001101010110111101001101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A9C; }

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

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

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

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

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

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

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

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