#C872A1

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

Shades of Hopbush #C872A1

Tints of Hopbush #C872A1

Color information

#C872A1 (or 0xC872A1) is unknown color: approx Hopbush. HEX triplet: C8, 72 and A1. RGB value is (200,114,161). Sum of RGB (Red+Green+Blue) = 200+114+161=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C872A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C872A1 is #378D5E. Grayscale: #909090. Windows color (decimal): -3640671 or 10580680. OLE color: 10580680.

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

Color convert

RGB200114161-
CMYK00.430.190.22
HSL327.21º43.88%61.57%-
HSV(B)327.21º43%78.43%-
XYZ36.2726.8937-
YUV145.07136.99167.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=42.11%
G=24%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011416100.430.190.22327.2143.8861.57
HexC872A102B13161472c3e
Octal31016224105323265075476
Binary1100100011100101010000101010111001110110101000111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C872A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C872A1; }

 p { color: rgb(200,114,161); }

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

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

 a { background-color: rgb(200,114,161); }

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

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

 span { border-color: rgb(200,114,161); }

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