#C971AC

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

Shades of Hopbush #C971AC

Tints of Hopbush #C971AC

Color information

#C971AC (or 0xC971AC) is unknown color: approx Hopbush. HEX triplet: C9, 71 and AC. RGB value is (201,113,172). Sum of RGB (Red+Green+Blue) = 201+113+172=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C971AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C971AC is #368E53. Grayscale: #919191. Windows color (decimal): -3575380 or 11301321. OLE color: 11301321.

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

Color convert

RGB201113172-
CMYK00.440.140.21
HSL319.77º44.9%61.57%-
HSV(B)319.77º43.78%78.82%-
XYZ37.4427.2142.31-
YUV146.04142.65167.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.36%
GREEN value IS 113 (44.53% from 255) = 23.25%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=41.36%
G=23.25%
B=35.39%

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
Decimal20111317200.440.140.21319.7744.961.57
HexC971AC02CE151402d3e
Octal31116125405416255005576
Binary110010011110001101011000101100111010101101000000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C971AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C971AC; }

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

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

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

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

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

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

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

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