#C86D8E

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

Shades of Hopbush #C86D8E

Tints of Hopbush #C86D8E

Color information

#C86D8E (or 0xC86D8E) is unknown color: approx Hopbush. HEX triplet: C8, 6D and 8E. RGB value is (200,109,142). Sum of RGB (Red+Green+Blue) = 200+109+142=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D8E is #379271. Grayscale: #8B8B8B. Windows color (decimal): -3641970 or 9334216. OLE color: 9334216.

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

Color convert

RGB200109142-
CMYK00.460.290.22
HSL338.24º45.27%60.59%-
HSV(B)338.24º45.5%78.43%-
XYZ34.1725.1728.65-
YUV139.97129.15170.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 109 (42.97% from 255) = 24.17%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=44.35%
G=24.17%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010914200.460.290.22338.2445.2760.59
HexC86D8E02E1D161522d3d
Octal31015521605635265225575
Binary1100100011011011000111001011101110110110101010010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D8E; }

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

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

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

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

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

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

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

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