#C976B2

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

Shades of Hopbush #C976B2

Tints of Hopbush #C976B2

Color information

#C976B2 (or 0xC976B2) is unknown color: approx Hopbush. HEX triplet: C9, 76 and B2. RGB value is (201,118,178). Sum of RGB (Red+Green+Blue) = 201+118+178=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C976B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976B2 is #36894D. Grayscale: #959595. Windows color (decimal): -3574094 or 11695817. OLE color: 11695817.

HSL color Cylindrical-coordinate representation of color #C976B2: hue angle of 316.63º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C976B2 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB201118178-
CMYK00.410.110.21
HSL316.63º43.46%62.55%-
HSV(B)316.63º41.29%78.82%-
XYZ38.628.5945.6-
YUV149.66144164.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=40.44%
G=23.74%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111817800.410.110.21316.6343.4662.55
HexC976B2029B1513d2b3f
Octal31116626205113254755377
Binary110010011110110101100100101001101110101100111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976B2; }

 p { color: rgb(201,118,178); }

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

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

 a { background-color: rgb(201,118,178); }

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

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

 span { border-color: rgb(201,118,178); }

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