#C973AA

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

Shades of Hopbush #C973AA

Tints of Hopbush #C973AA

Color information

#C973AA (or 0xC973AA) is unknown color: approx Hopbush. HEX triplet: C9, 73 and AA. RGB value is (201,115,170). Sum of RGB (Red+Green+Blue) = 201+115+170=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C973AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C973AA is #368C55. Grayscale: #929292. Windows color (decimal): -3574870 or 11170761. OLE color: 11170761.

HSL color Cylindrical-coordinate representation of color #C973AA: hue angle of 321.63º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C973AA is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201115170-
CMYK00.430.150.21
HSL321.63º44.33%61.96%-
HSV(B)321.63º42.79%78.82%-
XYZ37.4727.5841.38-
YUV146.98140.99166.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.36%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=41.36%
G=23.66%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111517000.430.150.21321.6344.3361.96
HexC973AA02BF151422c3e
Octal31116325205317255025476
Binary110010011110011101010100101011111110101101000010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973AA; }

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

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

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

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

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

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

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

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