#C864A5

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

Shades of Hopbush #C864A5

Tints of Hopbush #C864A5

Color information

#C864A5 (or 0xC864A5) is unknown color: approx Hopbush. HEX triplet: C8, 64 and A5. RGB value is (200,100,165). Sum of RGB (Red+Green+Blue) = 200+100+165=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C864A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C864A5 is #379B5A. Grayscale: #898989. Windows color (decimal): -3644251 or 10839240. OLE color: 10839240.

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

Color convert

RGB200100165-
CMYK00.50.180.22
HSL321º47.62%58.82%-
HSV(B)321º50%78.43%-
XYZ35.1724.1138.4-
YUV137.31143.63172.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 100 (39.45% from 255) = 21.51%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=43.01%
G=21.51%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010016500.50.180.2232147.6258.82
HexC864A50321216141303b
Octal31014424506222265016073
Binary1100100011001001010010101100101001010110101000001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C864A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C864A5; }

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

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

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

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

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

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

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

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