#C86AAB

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

Shades of Hopbush #C86AAB

Tints of Hopbush #C86AAB

Color information

#C86AAB (or 0xC86AAB) is unknown color: approx Hopbush. HEX triplet: C8, 6A and AB. RGB value is (200,106,171). Sum of RGB (Red+Green+Blue) = 200+106+171=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C86AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86AAB is #379554. Grayscale: #8D8D8D. Windows color (decimal): -3642709 or 11233992. OLE color: 11233992.

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

Color convert

RGB200106171-
CMYK00.470.140.22
HSL318.51º46.08%60%-
HSV(B)318.51º47%78.43%-
XYZ36.3225.5341.54-
YUV141.52144.64169.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=41.93%
G=22.22%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010617100.470.140.22318.5146.0860
HexC86AAB02FE1613f2e3c
Octal31015225305716264775674
Binary110010001101010101010110101111111010110100111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86AAB; }

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

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

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

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

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

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

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

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