#C76DA1

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

Shades of Hopbush #C76DA1

Tints of Hopbush #C76DA1

Color information

#C76DA1 (or 0xC76DA1) is unknown color: approx Hopbush. HEX triplet: C7, 6D and A1. RGB value is (199,109,161). Sum of RGB (Red+Green+Blue) = 199+109+161=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76DA1 is #38925E. Grayscale: #8D8D8D. Windows color (decimal): -3707487 or 10579399. OLE color: 10579399.

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

Color convert

RGB199109161-
CMYK00.450.190.22
HSL325.33º44.55%60.39%-
HSV(B)325.33º45.23%78.04%-
XYZ35.4525.6536.8-
YUV141.84138.82168.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=42.43%
G=23.24%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910916100.450.190.22325.3344.5560.39
HexC76DA102D13161452d3c
Octal30715524105523265055574
Binary1100011111011011010000101011011001110110101000101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76DA1; }

 p { color: rgb(199,109,161); }

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

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

 a { background-color: rgb(199,109,161); }

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

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

 span { border-color: rgb(199,109,161); }

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