#C571A3

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

Shades of Hopbush #C571A3

Tints of Hopbush #C571A3

Color information

#C571A3 (or 0xC571A3) is unknown color: approx Hopbush. HEX triplet: C5, 71 and A3. RGB value is (197,113,163). Sum of RGB (Red+Green+Blue) = 197+113+163=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C571A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C571A3 is #3A8E5C. Grayscale: #8F8F8F. Windows color (decimal): -3837533 or 10711493. OLE color: 10711493.

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

Color convert

RGB197113163-
CMYK00.430.170.23
HSL324.29º42%60.78%-
HSV(B)324.29º42.64%77.25%-
XYZ35.5426.3237.86-
YUV143.82138.83165.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 163 (64.06% from 255) = 34.46%
R=41.65%
G=23.89%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711316300.430.170.23324.294260.78
HexC571A302B11171442a3d
Octal30516124305321275045275
Binary1100010111100011010001101010111000110111101000100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C571A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C571A3; }

 p { color: rgb(197,113,163); }

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

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

 a { background-color: rgb(197,113,163); }

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

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

 span { border-color: rgb(197,113,163); }

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