#C775A3

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

Shades of Hopbush #C775A3

Tints of Hopbush #C775A3

Color information

#C775A3 (or 0xC775A3) is unknown color: approx Hopbush. HEX triplet: C7, 75 and A3. RGB value is (199,117,163). Sum of RGB (Red+Green+Blue) = 199+117+163=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C775A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C775A3 is #388A5C. Grayscale: #929292. Windows color (decimal): -3705437 or 10712519. OLE color: 10712519.

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

Color convert

RGB199117163-
CMYK00.410.180.22
HSL326.34º42.27%61.96%-
HSV(B)326.34º41.21%78.04%-
XYZ36.5327.5138.04-
YUV146.76137.17165.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 163 (64.06% from 255) = 34.03%
R=41.54%
G=24.43%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911716300.410.180.22326.3442.2761.96
HexC775A302912161462a3e
Octal30716524305122265065276
Binary1100011111101011010001101010011001010110101000110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C775A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C775A3; }

 p { color: rgb(199,117,163); }

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

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

 a { background-color: rgb(199,117,163); }

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

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

 span { border-color: rgb(199,117,163); }

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