#C76FA0

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

Shades of Hopbush #C76FA0

Tints of Hopbush #C76FA0

Color information

#C76FA0 (or 0xC76FA0) is unknown color: approx Hopbush. HEX triplet: C7, 6F and A0. RGB value is (199,111,160). Sum of RGB (Red+Green+Blue) = 199+111+160=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FA0 is #38905F. Grayscale: #8E8E8E. Windows color (decimal): -3706976 or 10514375. OLE color: 10514375.

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

Color convert

RGB199111160-
CMYK00.440.200.22
HSL326.59º44%60.78%-
HSV(B)326.59º44.22%78.04%-
XYZ35.5826.0536.41-
YUV142.9137.65168.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=42.34%
G=23.62%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911116000.440.200.22326.594460.78
HexC76FA002C14161472c3d
Octal30715724005424265075475
Binary1100011111011111010000001011001010010110101000111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FA0; }

 p { color: rgb(199,111,160); }

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

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

 a { background-color: rgb(199,111,160); }

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

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

 span { border-color: rgb(199,111,160); }

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