#C861A4

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

Shades of Hopbush #C861A4

Tints of Hopbush #C861A4

Color information

#C861A4 (or 0xC861A4) is unknown color: approx Hopbush. HEX triplet: C8, 61 and A4. RGB value is (200,97,164). Sum of RGB (Red+Green+Blue) = 200+97+164=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C861A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C861A4 is #379E5B. Grayscale: #878787. Windows color (decimal): -3645020 or 10772936. OLE color: 10772936.

HSL color Cylindrical-coordinate representation of color #C861A4: hue angle of 320.97º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C861A4 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB20097164-
CMYK00.520.180.22
HSL320.97º48.36%58.24%-
HSV(B)320.97º51.5%78.43%-
XYZ34.7923.5137.83-
YUV135.44144.12174.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 164 (64.45% from 255) = 35.57%
R=43.38%
G=21.04%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009716400.520.180.22320.9748.3658.24
HexC861A40341216141303a
Octal31014124406422265016072
Binary1100100011000011010010001101001001010110101000001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C861A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C861A4; }

 p { color: rgb(200,97,164); }

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

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

 a { background-color: rgb(200,97,164); }

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

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

 span { border-color: rgb(200,97,164); }

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