#C76BAD

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

Shades of Hopbush #C76BAD

Tints of Hopbush #C76BAD

Color information

#C76BAD (or 0xC76BAD) is unknown color: approx Hopbush. HEX triplet: C7, 6B and AD. RGB value is (199,107,173). Sum of RGB (Red+Green+Blue) = 199+107+173=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76BAD is #389452. Grayscale: #8D8D8D. Windows color (decimal): -3707987 or 11365319. OLE color: 11365319.

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

Color convert

RGB199107173-
CMYK00.460.130.22
HSL316.96º45.1%60%-
HSV(B)316.96º46.23%78.04%-
XYZ36.3525.6742.57-
YUV142.03145.48168.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=41.54%
G=22.34%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910717300.460.130.22316.9645.160
HexC76BAD02ED1613d2d3c
Octal30715325505615264755574
Binary110001111101011101011010101110110110110100111101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76BAD; }

 p { color: rgb(199,107,173); }

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

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

 a { background-color: rgb(199,107,173); }

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

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

 span { border-color: rgb(199,107,173); }

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