#C86D8F

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

Shades of Hopbush #C86D8F

Tints of Hopbush #C86D8F

Color information

#C86D8F (or 0xC86D8F) is unknown color: approx Hopbush. HEX triplet: C8, 6D and 8F. RGB value is (200,109,143). Sum of RGB (Red+Green+Blue) = 200+109+143=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86D8F is #379270. Grayscale: #8C8C8C. Windows color (decimal): -3641969 or 9399752. OLE color: 9399752.

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

Color convert

RGB200109143-
CMYK00.460.280.22
HSL337.58º45.27%60.59%-
HSV(B)337.58º45.5%78.43%-
XYZ34.2525.229.05-
YUV140.08129.65170.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 109 (42.97% from 255) = 24.12%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=44.25%
G=24.12%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010914300.460.280.22337.5845.2760.59
HexC86D8F02E1C161522d3d
Octal31015521705634265225575
Binary1100100011011011000111101011101110010110101010010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86D8F; }

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

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

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

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

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

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

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

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