#c772a0

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

Shades of Hopbush #C772A0

Tints of Hopbush #C772A0

Color information

#C772A0 (or 0xC772A0) is unknown color: approx Hopbush. HEX triplet: C7, 72 and A0. RGB value is (199,114,160). Sum of RGB (Red+Green+Blue) = 199+114+160=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C772A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C772A0 is #388D5F. Grayscale: #909090. Windows color (decimal): -3706208 or 10515143. OLE color: 10515143.

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

Color convert

RGB199114160-
CMYK00.430.200.22
HSL327.53º43.15%61.37%-
HSV(B)327.53º42.71%78.04%-
XYZ35.9226.7136.52-
YUV144.66136.66166.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.07%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 160 (62.89% from 255) = 33.83%
R=42.07%
G=24.10%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911416000.430.200.22327.5343.1561.37
HexC772A002B14161482b3d
Octal30716224005324265105375
Binary1100011111100101010000001010111010010110101001000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c772a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c772a0; }

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

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

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

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

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

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

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

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