#C870A2

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

Shades of Hopbush #C870A2

Tints of Hopbush #C870A2

Color information

#C870A2 (or 0xC870A2) is unknown color: approx Hopbush. HEX triplet: C8, 70 and A2. RGB value is (200,112,162). Sum of RGB (Red+Green+Blue) = 200+112+162=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C870A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C870A2 is #378F5D. Grayscale: #8F8F8F. Windows color (decimal): -3641182 or 10645704. OLE color: 10645704.

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

Color convert

RGB200112162-
CMYK00.440.190.22
HSL325.91º44.44%61.18%-
HSV(B)325.91º44%78.43%-
XYZ36.1426.4837.39-
YUV144.01138.15167.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 112 (44.14% from 255) = 23.63%
BLUE value IS 162 (63.67% from 255) = 34.18%
R=42.19%
G=23.63%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011216200.440.190.22325.9144.4461.18
HexC870A202C13161462c3d
Octal31016024205423265065475
Binary1100100011100001010001001011001001110110101000110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C870A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C870A2; }

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

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

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

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

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

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

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

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