#C772A6

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

Shades of Hopbush #C772A6

Tints of Hopbush #C772A6

Color information

#C772A6 (or 0xC772A6) is unknown color: approx Hopbush. HEX triplet: C7, 72 and A6. RGB value is (199,114,166). Sum of RGB (Red+Green+Blue) = 199+114+166=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C772A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C772A6 is #388D59. Grayscale: #919191. Windows color (decimal): -3706202 or 10908359. OLE color: 10908359.

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

Color convert

RGB199114166-
CMYK00.430.170.22
HSL323.29º43.15%61.37%-
HSV(B)323.29º42.71%78.04%-
XYZ36.4526.9339.35-
YUV145.34139.66166.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=41.54%
G=23.80%
B=34.66%

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
Decimal19911416600.430.170.22323.2943.1561.37
HexC772A602B11161432b3d
Octal30716224605321265035375
Binary1100011111100101010011001010111000110110101000011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C772A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C772A6; }

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

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

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

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

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

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

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

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