#C870AC

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

Shades of Hopbush #C870AC

Tints of Hopbush #C870AC

Color information

#C870AC (or 0xC870AC) is unknown color: approx Hopbush. HEX triplet: C8, 70 and AC. RGB value is (200,112,172). Sum of RGB (Red+Green+Blue) = 200+112+172=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C870AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C870AC is #378F53. Grayscale: #919191. Windows color (decimal): -3641172 or 11301064. OLE color: 11301064.

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

Color convert

RGB200112172-
CMYK00.440.140.22
HSL319.09º44.44%61.18%-
HSV(B)319.09º44%78.43%-
XYZ37.0626.8542.26-
YUV145.15143.15167.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=41.32%
G=23.14%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011217200.440.140.22319.0944.4461.18
HexC870AC02CE1613f2c3d
Octal31016025405416264775475
Binary110010001110000101011000101100111010110100111111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C870AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C870AC; }

 p { color: rgb(200,112,172); }

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

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

 a { background-color: rgb(200,112,172); }

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

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

 span { border-color: rgb(200,112,172); }

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