#C973AE

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

Shades of Hopbush #C973AE

Tints of Hopbush #C973AE

Color information

#C973AE (or 0xC973AE) is unknown color: approx Hopbush. HEX triplet: C9, 73 and AE. RGB value is (201,115,174). Sum of RGB (Red+Green+Blue) = 201+115+174=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 201 - color contains mainly: red. Hex color #C973AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C973AE is #368C51. Grayscale: #939393. Windows color (decimal): -3574866 or 11432905. OLE color: 11432905.

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

Color convert

RGB201115174-
CMYK00.430.130.21
HSL318.84º44.33%61.96%-
HSV(B)318.84º42.79%78.82%-
XYZ37.8627.7343.4-
YUV147.44142.99166.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.02%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=41.02%
G=23.47%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111517400.430.130.21318.8444.3361.96
HexC973AE02BD1513f2c3e
Octal31116325605315254775476
Binary110010011110011101011100101011110110101100111111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C973AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C973AE; }

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

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

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

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

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

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

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

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