#C771A6

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

Shades of Hopbush #C771A6

Tints of Hopbush #C771A6

Color information

#C771A6 (or 0xC771A6) is unknown color: approx Hopbush. HEX triplet: C7, 71 and A6. RGB value is (199,113,166). Sum of RGB (Red+Green+Blue) = 199+113+166=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C771A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C771A6 is #388E59. Grayscale: #909090. Windows color (decimal): -3706458 or 10908103. OLE color: 10908103.

HSL color Cylindrical-coordinate representation of color #C771A6: hue angle of 323.02º 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 #C771A6 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB199113166-
CMYK00.430.170.22
HSL323.02º43.43%61.18%-
HSV(B)323.02º43.22%78.04%-
XYZ36.3426.7139.32-
YUV144.76139.99166.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 166 (65.23% from 255) = 34.73%
R=41.63%
G=23.64%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911316600.430.170.22323.0243.4361.18
HexC771A602B11161432b3d
Octal30716124605321265035375
Binary1100011111100011010011001010111000110110101000011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C771A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C771A6; }

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

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

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

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

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

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

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

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