#C776A0

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

Shades of Hopbush #C776A0

Tints of Hopbush #C776A0

Color information

#C776A0 (or 0xC776A0) is unknown color: approx Hopbush. HEX triplet: C7, 76 and A0. RGB value is (199,118,160). Sum of RGB (Red+Green+Blue) = 199+118+160=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C776A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C776A0 is #38895F. Grayscale: #929292. Windows color (decimal): -3705184 or 10516167. OLE color: 10516167.

HSL color Cylindrical-coordinate representation of color #C776A0: hue angle of 328.89º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C776A0 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB199118160-
CMYK00.410.200.22
HSL328.89º41.97%62.16%-
HSV(B)328.89º40.7%78.04%-
XYZ36.3827.6436.67-
YUV147.01135.34165.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 118 (46.48% from 255) = 24.74%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=41.72%
G=24.74%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911816000.410.200.22328.8941.9762.16
HexC776A002914161492a3e
Octal30716624005124265115276
Binary1100011111101101010000001010011010010110101001001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776A0; }

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

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

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

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

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

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

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

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