#C862A0

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

Shades of Hopbush #C862A0

Tints of Hopbush #C862A0

Color information

#C862A0 (or 0xC862A0) is unknown color: approx Hopbush. HEX triplet: C8, 62 and A0. RGB value is (200,98,160). Sum of RGB (Red+Green+Blue) = 200+98+160=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C862A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C862A0 is #379D5F. Grayscale: #878787. Windows color (decimal): -3644768 or 10511048. OLE color: 10511048.

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

Color convert

RGB20098160-
CMYK00.510.20.22
HSL323.53º48.11%58.43%-
HSV(B)323.53º51%78.43%-
XYZ34.5323.5535.98-
YUV135.57141.79173.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 98 (38.67% from 255) = 21.40%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=43.67%
G=21.40%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009816000.510.20.22323.5348.1158.43
HexC862A00331416144303a
Octal31014224006324265046072
Binary1100100011000101010000001100111010010110101000100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C862A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C862A0; }

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

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

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

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

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

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

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

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