#C979AE

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

Shades of Hopbush #C979AE

Tints of Hopbush #C979AE

Color information

#C979AE (or 0xC979AE) is unknown color: approx Hopbush. HEX triplet: C9, 79 and AE. RGB value is (201,121,174). Sum of RGB (Red+Green+Blue) = 201+121+174=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C979AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C979AE is #368651. Grayscale: #969696. Windows color (decimal): -3573330 or 11434441. OLE color: 11434441.

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

Color convert

RGB201121174-
CMYK00.400.130.21
HSL320.25º42.55%63.14%-
HSV(B)320.25º39.8%78.82%-
XYZ38.5629.1543.64-
YUV150.96141163.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.52%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=40.52%
G=24.40%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112117400.400.130.21320.2542.5563.14
HexC979AE028D151402b3f
Octal31117125605015255005377
Binary110010011111001101011100101000110110101101000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C979AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C979AE; }

 p { color: rgb(201,121,174); }

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

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

 a { background-color: rgb(201,121,174); }

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

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

 span { border-color: rgb(201,121,174); }

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