#C971AE

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

Shades of Hopbush #C971AE

Tints of Hopbush #C971AE

Color information

#C971AE (or 0xC971AE) is unknown color: approx Hopbush. HEX triplet: C9, 71 and AE. RGB value is (201,113,174). Sum of RGB (Red+Green+Blue) = 201+113+174=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C971AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C971AE is #368E51. Grayscale: #929292. Windows color (decimal): -3575378 or 11432393. OLE color: 11432393.

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

Color convert

RGB201113174-
CMYK00.440.130.21
HSL318.41º44.9%61.57%-
HSV(B)318.41º43.78%78.82%-
XYZ37.6327.2843.33-
YUV146.27143.65167.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=41.19%
G=23.16%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111317400.440.130.21318.4144.961.57
HexC971AE02CD1513e2d3e
Octal31116125605415254765576
Binary110010011110001101011100101100110110101100111110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971AE; }

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

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

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

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

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

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

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

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