#C76EAA

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

Shades of Hopbush #C76EAA

Tints of Hopbush #C76EAA

Color information

#C76EAA (or 0xC76EAA) is unknown color: approx Hopbush. HEX triplet: C7, 6E and AA. RGB value is (199,110,170). Sum of RGB (Red+Green+Blue) = 199+110+170=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76EAA is #389155. Grayscale: #8F8F8F. Windows color (decimal): -3707222 or 11169479. OLE color: 11169479.

HSL color Cylindrical-coordinate representation of color #C76EAA: hue angle of 319.55º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76EAA is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB199110170-
CMYK00.450.150.22
HSL319.55º44.28%60.59%-
HSV(B)319.55º44.72%78.04%-
XYZ36.3826.241.17-
YUV143.45142.99167.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=41.54%
G=22.96%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911017000.450.150.22319.5544.2860.59
HexC76EAA02DF161402c3d
Octal30715625205517265005475
Binary110001111101110101010100101101111110110101000000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76EAA; }

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

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

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

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

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

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

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

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