#C86D9A

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

Shades of Hopbush #C86D9A

Tints of Hopbush #C86D9A

Color information

#C86D9A (or 0xC86D9A) is unknown color: approx Hopbush. HEX triplet: C8, 6D and 9A. RGB value is (200,109,154). Sum of RGB (Red+Green+Blue) = 200+109+154=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D9A is #379265. Grayscale: #8D8D8D. Windows color (decimal): -3641958 or 10120648. OLE color: 10120648.

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

Color convert

RGB200109154-
CMYK00.460.230.22
HSL330.33º45.27%60.59%-
HSV(B)330.33º45.5%78.43%-
XYZ35.1225.5533.65-
YUV141.34135.15169.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 154 (60.55% from 255) = 33.26%
R=43.20%
G=23.54%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010915400.460.230.22330.3345.2760.59
HexC86D9A02E171614a2d3d
Octal31015523205627265125575
Binary1100100011011011001101001011101011110110101001010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D9A; }

 p { color: rgb(200,109,154); }

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

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

 a { background-color: rgb(200,109,154); }

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

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

 span { border-color: rgb(200,109,154); }

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