#C776AA

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

Shades of Hopbush #C776AA

Tints of Hopbush #C776AA

Color information

#C776AA (or 0xC776AA) is unknown color: approx Hopbush. HEX triplet: C7, 76 and AA. RGB value is (199,118,170). Sum of RGB (Red+Green+Blue) = 199+118+170=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C776AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C776AA is #388955. Grayscale: #949494. Windows color (decimal): -3705174 or 11171527. OLE color: 11171527.

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

Color convert

RGB199118170-
CMYK00.410.150.22
HSL321.48º41.97%62.16%-
HSV(B)321.48º40.7%78.04%-
XYZ37.292841.47-
YUV148.15140.34164.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.86%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=40.86%
G=24.23%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911817000.410.150.22321.4841.9762.16
HexC776AA029F161412a3e
Octal30716625205117265015276
Binary110001111110110101010100101001111110110101000001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776AA; }

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

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

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

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

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

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

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

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