#C979AF

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

Shades of Hopbush #C979AF

Tints of Hopbush #C979AF

Color information

#C979AF (or 0xC979AF) is unknown color: approx Hopbush. HEX triplet: C9, 79 and AF. RGB value is (201,121,175). Sum of RGB (Red+Green+Blue) = 201+121+175=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C979AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C979AF is #368650. Grayscale: #969696. Windows color (decimal): -3573329 or 11499977. OLE color: 11499977.

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

Color convert

RGB201121175-
CMYK00.400.130.21
HSL319.5º42.55%63.14%-
HSV(B)319.5º39.8%78.82%-
XYZ38.6629.1944.15-
YUV151.08141.5163.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 121 (47.66% from 255) = 24.35%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=40.44%
G=24.35%
B=35.21%

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
Decimal20112117500.400.130.21319.542.5563.14
HexC979AF028D151402b3f
Octal31117125705015255005377
Binary110010011111001101011110101000110110101101000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C979AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C979AF; }

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

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

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

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

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

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

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

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