#C871AF

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

Shades of Hopbush #C871AF

Tints of Hopbush #C871AF

Color information

#C871AF (or 0xC871AF) is unknown color: approx Hopbush. HEX triplet: C8, 71 and AF. RGB value is (200,113,175). Sum of RGB (Red+Green+Blue) = 200+113+175=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C871AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C871AF is #378E50. Grayscale: #919191. Windows color (decimal): -3640913 or 11497928. OLE color: 11497928.

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

Color convert

RGB200113175-
CMYK00.440.120.22
HSL317.24º44.16%61.37%-
HSV(B)317.24º43.5%78.43%-
XYZ37.4627.1843.83-
YUV146.08144.32166.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=40.98%
G=23.16%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011317500.440.120.22317.2444.1661.37
HexC871AF02CC1613d2c3d
Octal31016125705414264755475
Binary110010001110001101011110101100110010110100111101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C871AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C871AF; }

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

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

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

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

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

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

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

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