#C762A6

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

Shades of Hopbush #C762A6

Tints of Hopbush #C762A6

Color information

#C762A6 (or 0xC762A6) is unknown color: approx Hopbush. HEX triplet: C7, 62 and A6. RGB value is (199,98,166). Sum of RGB (Red+Green+Blue) = 199+98+166=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C762A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C762A6 is #389D59. Grayscale: #878787. Windows color (decimal): -3710298 or 10904263. OLE color: 10904263.

HSL color Cylindrical-coordinate representation of color #C762A6: hue angle of 319.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C762A6 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB19998166-
CMYK00.510.170.22
HSL319.6º47.42%58.24%-
HSV(B)319.6º50.75%78.04%-
XYZ34.823.6338.8-
YUV135.95144.96172.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 98 (38.67% from 255) = 21.17%
BLUE value IS 166 (65.23% from 255) = 35.85%
R=42.98%
G=21.17%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999816600.510.170.22319.647.4258.24
HexC762A603311161402f3a
Octal30714224606321265005772
Binary1100011111000101010011001100111000110110101000000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C762A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C762A6; }

 p { color: rgb(199,98,166); }

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

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

 a { background-color: rgb(199,98,166); }

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

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

 span { border-color: rgb(199,98,166); }

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