#C76CA2

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

Shades of Hopbush #C76CA2

Tints of Hopbush #C76CA2

Color information

#C76CA2 (or 0xC76CA2) is unknown color: approx Hopbush. HEX triplet: C7, 6C and A2. RGB value is (199,108,162). Sum of RGB (Red+Green+Blue) = 199+108+162=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76CA2 is #38935D. Grayscale: #8D8D8D. Windows color (decimal): -3707742 or 10644679. OLE color: 10644679.

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

Color convert

RGB199108162-
CMYK00.460.190.22
HSL324.4º44.83%60.2%-
HSV(B)324.4º45.73%78.04%-
XYZ35.4425.4837.23-
YUV141.36139.65169.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 162 (63.67% from 255) = 34.54%
R=42.43%
G=23.03%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910816200.460.190.22324.444.8360.2
HexC76CA202E13161442d3c
Octal30715424205623265045574
Binary1100011111011001010001001011101001110110101000100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76CA2; }

 p { color: rgb(199,108,162); }

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

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

 a { background-color: rgb(199,108,162); }

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

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

 span { border-color: rgb(199,108,162); }

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