#C873A5

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

Shades of Hopbush #C873A5

Tints of Hopbush #C873A5

Color information

#C873A5 (or 0xC873A5) is unknown color: approx Hopbush. HEX triplet: C8, 73 and A5. RGB value is (200,115,165). Sum of RGB (Red+Green+Blue) = 200+115+165=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C873A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C873A5 is #378C5A. Grayscale: #929292. Windows color (decimal): -3640411 or 10843080. OLE color: 10843080.

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

Color convert

RGB200115165-
CMYK00.420.180.22
HSL324.71º43.59%61.76%-
HSV(B)324.71º42.5%78.43%-
XYZ36.7427.2638.92-
YUV146.12138.66166.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 115 (45.31% from 255) = 23.96%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=41.67%
G=23.96%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011516500.420.180.22324.7143.5961.76
HexC873A502A12161452c3e
Octal31016324505222265055476
Binary1100100011100111010010101010101001010110101000101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C873A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C873A5; }

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

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

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

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

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

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

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

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