#C873A1

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

Shades of Hopbush #C873A1

Tints of Hopbush #C873A1

Color information

#C873A1 (or 0xC873A1) is unknown color: approx Hopbush. HEX triplet: C8, 73 and A1. RGB value is (200,115,161). Sum of RGB (Red+Green+Blue) = 200+115+161=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C873A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C873A1 is #378C5E. Grayscale: #919191. Windows color (decimal): -3640415 or 10580936. OLE color: 10580936.

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

Color convert

RGB200115161-
CMYK00.420.190.22
HSL327.53º43.59%61.76%-
HSV(B)327.53º42.5%78.43%-
XYZ36.3827.1137.03-
YUV145.66136.66166.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=42.02%
G=24.16%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011516100.420.190.22327.5343.5961.76
HexC873A102A13161482c3e
Octal31016324105223265105476
Binary1100100011100111010000101010101001110110101001000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C873A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C873A1; }

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

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

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

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

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

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

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

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