#C862A4

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

Shades of Hopbush #C862A4

Tints of Hopbush #C862A4

Color information

#C862A4 (or 0xC862A4) is unknown color: approx Hopbush. HEX triplet: C8, 62 and A4. RGB value is (200,98,164). Sum of RGB (Red+Green+Blue) = 200+98+164=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C862A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C862A4 is #379D5B. Grayscale: #878787. Windows color (decimal): -3644764 or 10773192. OLE color: 10773192.

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

Color convert

RGB20098164-
CMYK00.510.180.22
HSL321.18º48.11%58.43%-
HSV(B)321.18º51%78.43%-
XYZ34.8923.737.86-
YUV136.02143.79173.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 98 (38.67% from 255) = 21.21%
BLUE value IS 164 (64.45% from 255) = 35.50%
R=43.29%
G=21.21%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009816400.510.180.22321.1848.1158.43
HexC862A40331216141303a
Octal31014224406322265016072
Binary1100100011000101010010001100111001010110101000001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C862A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C862A4; }

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

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

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

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

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

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

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

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