#C87AA5

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

Shades of Hopbush #C87AA5

Tints of Hopbush #C87AA5

Color information

#C87AA5 (or 0xC87AA5) is unknown color: approx Hopbush. HEX triplet: C8, 7A and A5. RGB value is (200,122,165). Sum of RGB (Red+Green+Blue) = 200+122+165=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87AA5 is #37855A. Grayscale: #969696. Windows color (decimal): -3638619 or 10844872. OLE color: 10844872.

HSL color Cylindrical-coordinate representation of color #C87AA5: hue angle of 326.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87AA5 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB200122165-
CMYK00.390.180.22
HSL326.92º41.49%63.14%-
HSV(B)326.92º39%78.43%-
XYZ37.5728.9239.2-
YUV150.22136.34163.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=41.07%
G=25.05%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012216500.390.180.22326.9241.4963.14
HexC87AA50271216147293f
Octal31017224504722265075177
Binary1100100011110101010010101001111001010110101000111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87AA5; }

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

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

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

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

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

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

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

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