#C086AB

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

Shades of Lily #C086AB

Tints of Lily #C086AB

Color information

#C086AB (or 0xC086AB) is unknown color: approx Lily. HEX triplet: C0, 86 and AB. RGB value is (192,134,171). Sum of RGB (Red+Green+Blue) = 192+134+171=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 171 (67.19% from 255 or 34.41% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C086AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C086AB is #3F7954. Grayscale: #9B9B9B. Windows color (decimal): -4159829 or 11241152. OLE color: 11241152.

HSL color Cylindrical-coordinate representation of color #C086AB: hue angle of 321.72º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C086AB is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192134171-
CMYK00.300.110.25
HSL321.72º31.52%63.92%-
HSV(B)321.72º30.21%75.29%-
XYZ37.6131.242.57-
YUV155.56136.72153.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 171 (67.19% from 255) = 34.41%
R=38.63%
G=26.96%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213417100.300.110.25321.7231.5263.92
HexC086AB01EB191422040
Octal300206253036133150240100
Binary1100000010000110101010110111101011110011010000101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086AB; }

 p { color: rgb(192,134,171); }

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

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

 a { background-color: rgb(192,134,171); }

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

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

 span { border-color: rgb(192,134,171); }

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