#C86AA0

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

Shades of Hopbush #C86AA0

Tints of Hopbush #C86AA0

Color information

#C86AA0 (or 0xC86AA0) is unknown color: approx Hopbush. HEX triplet: C8, 6A and A0. RGB value is (200,106,160). Sum of RGB (Red+Green+Blue) = 200+106+160=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C86AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86AA0 is #37955F. Grayscale: #8C8C8C. Windows color (decimal): -3642720 or 10513096. OLE color: 10513096.

HSL color Cylindrical-coordinate representation of color #C86AA0: hue angle of 325.53º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C86AA0 is Cyan = 0, Magento = 0.47, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB200106160-
CMYK00.470.20.22
HSL325.53º46.08%60%-
HSV(B)325.53º47%78.43%-
XYZ35.3225.1336.25-
YUV140.26139.14170.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=42.92%
G=22.75%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010616000.470.20.22325.5346.0860
HexC86AA002F14161462e3c
Octal31015224005724265065674
Binary1100100011010101010000001011111010010110101000110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86AA0; }

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

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

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

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

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

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

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

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