#C976AD

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

Shades of Hopbush #C976AD

Tints of Hopbush #C976AD

Color information

#C976AD (or 0xC976AD) is unknown color: approx Hopbush. HEX triplet: C9, 76 and AD. RGB value is (201,118,173). Sum of RGB (Red+Green+Blue) = 201+118+173=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C976AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C976AD is #368952. Grayscale: #949494. Windows color (decimal): -3574099 or 11368137. OLE color: 11368137.

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

Color convert

RGB201118173-
CMYK00.410.140.21
HSL320.24º43.46%62.55%-
HSV(B)320.24º41.29%78.82%-
XYZ38.1128.3943.01-
YUV149.09141.5165.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=40.85%
G=23.98%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111817300.410.140.21320.2443.4662.55
HexC976AD029E151402b3f
Octal31116625505116255005377
Binary110010011110110101011010101001111010101101000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976AD; }

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

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

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

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

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

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

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

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