#C771A4

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

Shades of Hopbush #C771A4

Tints of Hopbush #C771A4

Color information

#C771A4 (or 0xC771A4) is unknown color: approx Hopbush. HEX triplet: C7, 71 and A4. RGB value is (199,113,164). Sum of RGB (Red+Green+Blue) = 199+113+164=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C771A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C771A4 is #388E5B. Grayscale: #909090. Windows color (decimal): -3706460 or 10777031. OLE color: 10777031.

HSL color Cylindrical-coordinate representation of color #C771A4: hue angle of 324.42º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C771A4 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB199113164-
CMYK00.430.180.22
HSL324.42º43.43%61.18%-
HSV(B)324.42º43.22%78.04%-
XYZ36.1626.6338.36-
YUV144.53138.99166.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 113 (44.53% from 255) = 23.74%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=41.81%
G=23.74%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911316400.430.180.22324.4243.4361.18
HexC771A402B12161442b3d
Octal30716124405322265045375
Binary1100011111100011010010001010111001010110101000100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771A4; }

 p { color: rgb(199,113,164); }

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

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

 a { background-color: rgb(199,113,164); }

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

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

 span { border-color: rgb(199,113,164); }

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