#C871A4

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

Shades of Hopbush #C871A4

Tints of Hopbush #C871A4

Color information

#C871A4 (or 0xC871A4) is unknown color: approx Hopbush. HEX triplet: C8, 71 and A4. RGB value is (200,113,164). Sum of RGB (Red+Green+Blue) = 200+113+164=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C871A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C871A4 is #378E5B. Grayscale: #909090. Windows color (decimal): -3640924 or 10777032. OLE color: 10777032.

HSL color Cylindrical-coordinate representation of color #C871A4: hue angle of 324.83º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C871A4 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB200113164-
CMYK00.440.180.22
HSL324.83º44.16%61.37%-
HSV(B)324.83º43.5%78.43%-
XYZ36.4326.7738.37-
YUV144.83138.82167.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=41.93%
G=23.69%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011316400.440.180.22324.8344.1661.37
HexC871A402C12161452c3d
Octal31016124405422265055475
Binary1100100011100011010010001011001001010110101000101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C871A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C871A4; }

 p { color: rgb(200,113,164); }

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

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

 a { background-color: rgb(200,113,164); }

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

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

 span { border-color: rgb(200,113,164); }

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