#C56FAD

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

Shades of Hopbush #C56FAD

Tints of Hopbush #C56FAD

Color information

#C56FAD (or 0xC56FAD) is unknown color: approx Hopbush. HEX triplet: C5, 6F and AD. RGB value is (197,111,173). Sum of RGB (Red+Green+Blue) = 197+111+173=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C56FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56FAD is #3A9052. Grayscale: #8F8F8F. Windows color (decimal): -3838035 or 11366341. OLE color: 11366341.

HSL color Cylindrical-coordinate representation of color #C56FAD: hue angle of 316.74º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56FAD is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB197111173-
CMYK00.440.120.23
HSL316.74º42.57%60.39%-
HSV(B)316.74º43.65%77.25%-
XYZ36.2526.2642.69-
YUV143.78144.49165.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=40.96%
G=23.08%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711117300.440.120.23316.7442.5760.39
HexC56FAD02CC1713d2b3c
Octal30515725505414274755374
Binary110001011101111101011010101100110010111100111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56FAD; }

 p { color: rgb(197,111,173); }

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

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

 a { background-color: rgb(197,111,173); }

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

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

 span { border-color: rgb(197,111,173); }

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