#C086AA

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

Shades of Lily #C086AA

Tints of Lily #C086AA

Color information

#C086AA (or 0xC086AA) is unknown color: approx Lily. HEX triplet: C0, 86 and AA. RGB value is (192,134,170). Sum of RGB (Red+Green+Blue) = 192+134+170=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C086AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C086AA is #3F7955. Grayscale: #9B9B9B. Windows color (decimal): -4159830 or 11175616. OLE color: 11175616.

HSL color Cylindrical-coordinate representation of color #C086AA: hue angle of 322.76º 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 #C086AA is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192134170-
CMYK00.300.110.25
HSL322.76º31.52%63.92%-
HSV(B)322.76º30.21%75.29%-
XYZ37.5231.1642.07-
YUV155.45136.22154.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=38.71%
G=27.02%
B=34.27%

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
Decimal19213417000.300.110.25322.7631.5263.92
HexC086AA01EB191432040
Octal300206252036133150340100
Binary1100000010000110101010100111101011110011010000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086AA; }

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

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

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

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

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

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

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

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