#C976A0

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

Shades of Hopbush #C976A0

Tints of Hopbush #C976A0

Color information

#C976A0 (or 0xC976A0) is unknown color: approx Hopbush. HEX triplet: C9, 76 and A0. RGB value is (201,118,160). Sum of RGB (Red+Green+Blue) = 201+118+160=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C976A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976A0 is #36895F. Grayscale: #939393. Windows color (decimal): -3574112 or 10516169. OLE color: 10516169.

HSL color Cylindrical-coordinate representation of color #C976A0: hue angle of 329.64º 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 #C976A0 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB201118160-
CMYK00.410.200.21
HSL329.64º43.46%62.55%-
HSV(B)329.64º41.29%78.82%-
XYZ36.9127.9136.7-
YUV147.6135166.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.96%
GREEN value IS 118 (46.48% from 255) = 24.63%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=41.96%
G=24.63%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111816000.410.200.21329.6443.4662.55
HexC976A0029141514a2b3f
Octal31116624005124255125377
Binary1100100111101101010000001010011010010101101001010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976A0; }

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

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

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

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

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

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

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

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