#C86FAB

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

Shades of Hopbush #C86FAB

Tints of Hopbush #C86FAB

Color information

#C86FAB (or 0xC86FAB) is unknown color: approx Hopbush. HEX triplet: C8, 6F and AB. RGB value is (200,111,171). Sum of RGB (Red+Green+Blue) = 200+111+171=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C86FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86FAB is #379054. Grayscale: #909090. Windows color (decimal): -3641429 or 11235272. OLE color: 11235272.

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

Color convert

RGB200111171-
CMYK00.440.140.22
HSL319.55º44.72%60.98%-
HSV(B)319.55º44.5%78.43%-
XYZ36.8526.5941.72-
YUV144.45142.99167.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=41.49%
G=23.03%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011117100.440.140.22319.5544.7260.98
HexC86FAB02CE161402d3d
Octal31015725305416265005575
Binary110010001101111101010110101100111010110101000000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86FAB; }

 p { color: rgb(200,111,171); }

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

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

 a { background-color: rgb(200,111,171); }

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

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

 span { border-color: rgb(200,111,171); }

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