#C87AA0

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

Shades of Hopbush #C87AA0

Tints of Hopbush #C87AA0

Color information

#C87AA0 (or 0xC87AA0) is unknown color: approx Hopbush. HEX triplet: C8, 7A and A0. RGB value is (200,122,160). Sum of RGB (Red+Green+Blue) = 200+122+160=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87AA0 is #37855F. Grayscale: #959595. Windows color (decimal): -3638624 or 10517192. OLE color: 10517192.

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

Color convert

RGB200122160-
CMYK00.390.20.22
HSL330.77º41.49%63.14%-
HSV(B)330.77º39%78.43%-
XYZ37.1228.7436.85-
YUV149.65133.84163.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 160 (62.89% from 255) = 33.20%
R=41.49%
G=25.31%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012216000.390.20.22330.7741.4963.14
HexC87AA0027141614b293f
Octal31017224004724265135177
Binary1100100011110101010000001001111010010110101001011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87AA0; }

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

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

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

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

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

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

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

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