#C761A7

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

Shades of Hopbush #C761A7

Tints of Hopbush #C761A7

Color information

#C761A7 (or 0xC761A7) is unknown color: approx Hopbush. HEX triplet: C7, 61 and A7. RGB value is (199,97,167). Sum of RGB (Red+Green+Blue) = 199+97+167=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C761A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C761A7 is #389E58. Grayscale: #878787. Windows color (decimal): -3710553 or 10969543. OLE color: 10969543.

HSL color Cylindrical-coordinate representation of color #C761A7: hue angle of 318.82º degrees, saturation: 0.48, 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 #C761A7 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB19997167-
CMYK00.510.160.22
HSL318.82º47.66%58.04%-
HSV(B)318.82º51.26%78.04%-
XYZ34.823.4839.26-
YUV135.48145.79173.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 167 (65.62% from 255) = 36.07%
R=42.98%
G=20.95%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999716700.510.160.22318.8247.6658.04
HexC761A7033101613f303a
Octal30714124706320264776072
Binary1100011111000011010011101100111000010110100111111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C761A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C761A7; }

 p { color: rgb(199,97,167); }

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

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

 a { background-color: rgb(199,97,167); }

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

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

 span { border-color: rgb(199,97,167); }

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