#C976A3

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

Shades of Hopbush #C976A3

Tints of Hopbush #C976A3

Color information

#C976A3 (or 0xC976A3) is unknown color: approx Hopbush. HEX triplet: C9, 76 and A3. RGB value is (201,118,163). Sum of RGB (Red+Green+Blue) = 201+118+163=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C976A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976A3 is #36895C. Grayscale: #939393. Windows color (decimal): -3574109 or 10712777. OLE color: 10712777.

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

Color convert

RGB201118163-
CMYK00.410.190.21
HSL327.47º43.46%62.55%-
HSV(B)327.47º41.29%78.82%-
XYZ37.1828.0238.1-
YUV147.95136.5165.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=41.70%
G=24.48%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111816300.410.190.21327.4743.4662.55
HexC976A302913151472b3f
Octal31116624305123255075377
Binary1100100111101101010001101010011001110101101000111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976A3; }

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

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

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

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

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

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

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

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