#C86BAA

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

Shades of Hopbush #C86BAA

Tints of Hopbush #C86BAA

Color information

#C86BAA (or 0xC86BAA) is unknown color: approx Hopbush. HEX triplet: C8, 6B and AA. RGB value is (200,107,170). Sum of RGB (Red+Green+Blue) = 200+107+170=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86BAA is #379455. Grayscale: #8D8D8D. Windows color (decimal): -3642454 or 11168712. OLE color: 11168712.

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

Color convert

RGB200107170-
CMYK00.460.150.22
HSL319.35º45.81%60.2%-
HSV(B)319.35º46.5%78.43%-
XYZ36.3325.741.08-
YUV141.99143.81169.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=41.93%
G=22.43%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010717000.460.150.22319.3545.8160.2
HexC86BAA02EF1613f2e3c
Octal31015325205617264775674
Binary110010001101011101010100101110111110110100111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86BAA; }

 p { color: rgb(200,107,170); }

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

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

 a { background-color: rgb(200,107,170); }

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

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

 span { border-color: rgb(200,107,170); }

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