#C976AA

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

Shades of Hopbush #C976AA

Tints of Hopbush #C976AA

Color information

#C976AA (or 0xC976AA) is unknown color: approx Hopbush. HEX triplet: C9, 76 and AA. RGB value is (201,118,170). Sum of RGB (Red+Green+Blue) = 201+118+170=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 201 - color contains mainly: red. Hex color #C976AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976AA is #368955. Grayscale: #949494. Windows color (decimal): -3574102 or 11171529. OLE color: 11171529.

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

Color convert

RGB201118170-
CMYK00.410.150.21
HSL322.41º43.46%62.55%-
HSV(B)322.41º41.29%78.82%-
XYZ37.8228.2841.49-
YUV148.74140165.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.10%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=41.10%
G=24.13%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111817000.410.150.21322.4143.4662.55
HexC976AA029F151422b3f
Octal31116625205117255025377
Binary110010011110110101010100101001111110101101000010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976AA; }

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

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

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

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

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

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

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

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