#C870A3

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

Shades of Hopbush #C870A3

Tints of Hopbush #C870A3

Color information

#C870A3 (or 0xC870A3) is unknown color: approx Hopbush. HEX triplet: C8, 70 and A3. RGB value is (200,112,163). Sum of RGB (Red+Green+Blue) = 200+112+163=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C870A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C870A3 is #378F5C. Grayscale: #909090. Windows color (decimal): -3641181 or 10711240. OLE color: 10711240.

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

Color convert

RGB200112163-
CMYK00.440.180.22
HSL325.23º44.44%61.18%-
HSV(B)325.23º44%78.43%-
XYZ36.2226.5137.86-
YUV144.13138.65167.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 112 (44.14% from 255) = 23.58%
BLUE value IS 163 (64.06% from 255) = 34.32%
R=42.11%
G=23.58%
B=34.32%

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
Decimal20011216300.440.180.22325.2344.4461.18
HexC870A302C12161452c3d
Octal31016024305422265055475
Binary1100100011100001010001101011001001010110101000101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C870A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C870A3; }

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

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

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

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

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

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

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

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