#C776AE

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

Shades of Hopbush #C776AE

Tints of Hopbush #C776AE

Color information

#C776AE (or 0xC776AE) is unknown color: approx Hopbush. HEX triplet: C7, 76 and AE. RGB value is (199,118,174). Sum of RGB (Red+Green+Blue) = 199+118+174=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C776AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C776AE is #388951. Grayscale: #949494. Windows color (decimal): -3705170 or 11433671. OLE color: 11433671.

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

Color convert

RGB199118174-
CMYK00.410.130.22
HSL318.52º41.97%62.16%-
HSV(B)318.52º40.7%78.04%-
XYZ37.6728.1543.49-
YUV148.6142.34163.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=40.53%
G=24.03%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911817400.410.130.22318.5241.9762.16
HexC776AE029D1613f2a3e
Octal30716625605115264775276
Binary110001111110110101011100101001110110110100111111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776AE; }

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

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

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

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

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

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

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

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