#C971AD

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

Shades of Hopbush #C971AD

Tints of Hopbush #C971AD

Color information

#C971AD (or 0xC971AD) is unknown color: approx Hopbush. HEX triplet: C9, 71 and AD. RGB value is (201,113,173). Sum of RGB (Red+Green+Blue) = 201+113+173=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C971AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C971AD is #368E52. Grayscale: #929292. Windows color (decimal): -3575379 or 11366857. OLE color: 11366857.

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

Color convert

RGB201113173-
CMYK00.440.140.21
HSL319.09º44.9%61.57%-
HSV(B)319.09º43.78%78.82%-
XYZ37.5427.2442.82-
YUV146.15143.15167.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=41.27%
G=23.20%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111317300.440.140.21319.0944.961.57
HexC971AD02CE1513f2d3e
Octal31116125505416254775576
Binary110010011110001101011010101100111010101100111111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971AD; }

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

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

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

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

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

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

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

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